Subject | Re: ROW_COUNT |
---|---|
Author | alescurk |
Post date | 2003-08-06T07:00Z |
> UPDATE TABLE1 SET FIELD1 = 0 WHERE ID = :ID;When I try to do these it returns me "Invalid token ROW_COUNT". I have
> IF (ROW_COUNT = 0) THEN
> INSERT INTO TABLE1 (ID, FIELD1) VALUES (:ID, 0);
FB 1.5 RC3 and usinx IB Expert 2.5.0.49 Personal edition. What could
be a problem????
--
Ales :)