Click to See Complete Forum and Search --> : ADO and @@IDENTITY


NotJeff
May 7th, 1999, 08:17 AM
I'm doing an INSERT via an ASP page and I'd like to
get the value of the IDENTITY back as it's my key.
Once I get the value back I parse it in my VC++ app.

Not sure what our buddies at MS were smoking but this
is about a zillion times harder than it should be as
I've spent a couple hours trying things, researching MSDN,
and the Knowledge base.