Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Triggers - Value Passing
Hi
>How would i know what id number get's created ? Izzit
>by issueing seq_emp.currval ? If i issued this select
>seq_emp.currval from my trigger how can i pass this
>value to my web application ?
Give a look to the RETURNING clause in the SQL Reference.
HTH
Chris
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Mar 22 2005 - 04:55:29 CST