Page 1 of 1

More problems with output parameters 1: Old Values

Posted: Thu 04 Sep 2008 13:19
by NineBerry
Executing the following statement in TIBCSQL:

Code: Select all

    
  UPDATE "NumberGroups" 
    SET "Current" = "Current" + :BlockSize
    WHERE "ObjectType" = :ObjectType
    RETURNING OLD."Current";
IBC will try to create two output parameters: "RET_OLD" and "RET_Current". Creating the second parameter will fail...

Posted: Fri 05 Sep 2008 08:18
by Plash
We have fixed this problem. The fix will be included in the next build of IBDAC.

Posted: Fri 05 Sep 2008 14:13
by NineBerry
Thank you very much :D