T
Tiana Arylle
Hi all -
I'm developing an Access 2007 front-end for a DB2 backend, and I need to
call an in-memory DB2 table to generate an ID for new records. I've been
told that the following SQL works, but I can't get Access to use it. (I'm
not a SQL guru, so I'm trusting the people who are...they just aren't Access
guru's).
SELECT NEXT VALUE FOR BOOK_ID
INTO :OUT_SEQ_OBJ
FROM SYSIBM.SYSDUMMY1
WITH UR;
Help?
Thanks!
~ Tia
I'm developing an Access 2007 front-end for a DB2 backend, and I need to
call an in-memory DB2 table to generate an ID for new records. I've been
told that the following SQL works, but I can't get Access to use it. (I'm
not a SQL guru, so I'm trusting the people who are...they just aren't Access
guru's).
SELECT NEXT VALUE FOR BOOK_ID
INTO :OUT_SEQ_OBJ
FROM SYSIBM.SYSDUMMY1
WITH UR;
Help?
Thanks!
~ Tia