B Balan Alexander Member May 8, 2007 #1 Sorry for my English I inserting new record using TOracleQuery and i need to know the ID of this record. Please help.
Sorry for my English I inserting new record using TOracleQuery and i need to know the ID of this record. Please help.
L ldsandon Member³ May 8, 2007 #1 Use a RETURNING clause in your INSERT to return that value into a bind variable. See Oracle docs for the exact syntax.
Use a RETURNING clause in your INSERT to return that value into a bind variable. See Oracle docs for the exact syntax.