Hi,
I'm using the JDBC API's to access a MS-SQL 2000 DB.I have a
manual-commit transaction block involving multiple inserts and
updates. One of the step involves retrieving the auto generated key
(Identity column) which, I presume can be done with @@IDENTITY. My
Question is: Will @@IDENTITY work if Auto Commit is turned off?
I'm using the JDBC API's to access a MS-SQL 2000 DB.I have a
manual-commit transaction block involving multiple inserts and
updates. One of the step involves retrieving the auto generated key
(Identity column) which, I presume can be done with @@IDENTITY. My
Question is: Will @@IDENTITY work if Auto Commit is turned off?
Comment