how to get the last inserted Id With SQL Server
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hello I'm Using SQL Server 2000 for backend with my Asp.net Application. I want to get the last inserted Id in webpage any one have some suggestion Reagarding this issue.
Dotnet
-
hello I'm Using SQL Server 2000 for backend with my Asp.net Application. I want to get the last inserted Id in webpage any one have some suggestion Reagarding this issue.
Dotnet
use SCOPE_IDENTITY() here is more on the subject http://aspnet.4guysfromrolla.com/articles/062905-1.aspx
Cheers, Dani