G
Guest
Hi, in MS SQL after inserting a record in a table, the newly generated
identity value for the record can be retrieved from the @@IDENTITY variable,
and returned to the calling code.
The equivalent of the identity in Access is the autonumber value. How can
the SQL code retrieve the newly generated autonumber after an insert?
Thanks in advance,
Rick
identity value for the record can be retrieved from the @@IDENTITY variable,
and returned to the calling code.
The equivalent of the identity in Access is the autonumber value. How can
the SQL code retrieve the newly generated autonumber after an insert?
Thanks in advance,
Rick