Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ODBC - RETURNING ?
INSERT into test VALUES('TEST') RETURNING ROWID INTO ?;
Assuming that the latest 8i drivers actually support this syntax (which I have not personally tested). You then use SQLBindParam on the ? parameter like any other (not sure what SQL type you would bind it to for a ROWID).
-cheers
DW
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Fri Jan 28 2000 - 07:02:55 CST
![]() |
![]() |