when executing this sql after a post to an informix table i always get a 0 returned. It should return the last value of a serial key in that table.
I run the sql immediately after the post(it's a post of an insert). Any help would be appreciated. I have set fetch to rmmanual.
SELECT DBINFO('sqlca.sqlerrd1') FROM SYSTABLES WHERE tabname = ''
Not being able to run this means i need to go back to an older version of delphi and use the Idac components(delphi 7)