Apr 25, 2003 #1 Cairnsey Programmer Joined Dec 18, 2002 Messages 13 Location GB Is there anyway of returning the key value of a row inserted to a table that has the key generated by SQL Server. I need to insert some data then immediatley retrieved that row.
Is there anyway of returning the key value of a row inserted to a table that has the key generated by SQL Server. I need to insert some data then immediatley retrieved that row.
Apr 25, 2003 #2 JamesLean Programmer Joined Dec 13, 2002 Messages 3,059 Location GB Lookup @@IDENTITY in BOL --James Upvote 0 Downvote
Apr 25, 2003 Thread starter #3 Cairnsey Programmer Joined Dec 18, 2002 Messages 13 Location GB Cheers Jim. Upvote 0 Downvote