 |
MS SQL Server :: Sql Insert, Capture Scope_Identity Output To Session Variable?
Sql Insert, Capture Scope_Identity Output To Session Variable? What C# code would capture the Scope_Identity value (CoDeptRowID) ... cmd.CommandText = "SELECT SCOPE_IDENTITY()"; Response.Write("ID = "); Response.Write(cmd.ExecuteScalar()); ...
www.bigresource.com |
 |