Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: ODBC - RETURNING ?

Re: ODBC - RETURNING ?

From: DriftWood <drift_wood_at_my-deja.com>
Date: Fri, 28 Jan 2000 13:02:55 GMT
Message-ID: <86s41u$2ms$1@nnrp1.deja.com>


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



"It is a kind of good deed to say well; and yet words are not deeds.   -William Shakespeare"

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Jan 28 2000 - 07:02:55 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US