Subject Re: ROW_COUNT
Author alescurk
> UPDATE TABLE1 SET FIELD1 = 0 WHERE ID = :ID;
> IF (ROW_COUNT = 0) THEN
> INSERT INTO TABLE1 (ID, FIELD1) VALUES (:ID, 0);

When I try to do these it returns me "Invalid token ROW_COUNT". I have
FB 1.5 RC3 and usinx IB Expert 2.5.0.49 Personal edition. What could
be a problem????

--
Ales :)