| Author: Shankar 16 Oct 2008 | Member Level: Gold | Rating: Points: 2 |
Hi Andal,
After inserting the identity value into the table u can use the
@@identity immediately to retrive the value.
ident_current(tablename) retrives the last inserted identity value of the specified table.
Thanks A S
|