R Rico Alexander Oct 23, 2003 #1 is there a way to retrieve the value of an autoincrement column inserted in the database?
Z zPaul Oct 23, 2003 #2 Select @@Identity right after the insert. You will get the autoincrement value.