Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning Identity after Insert
Message
From
16/09/2005 13:29:43
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
16/09/2005 13:26:40
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
Environment:
ASP.NET
Database:
MS SQL Server
Miscellaneous
Thread ID:
01050383
Message ID:
01050400
Views:
13
>>I have an application in Asp.Net that writes to a SQL Server table. This SQL Server table has an Identity column.
>>
>>How can I return the value of the Identity column after performing an Insert into the table?
>>
>>Thanks,
>>
>>Jerry
>
>Jerry,
>You would request SCOPE_IDENTITY back. Instead I suggest you to use GUID as unique IDs. You don't need to request back then because you know them before inserting.
>Cetin

I second that! To go even further try this!

http://www.informit.com/articles/article.asp?p=25862&rl=1
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform