G
Guest
I'm performing a simple one row INSERT of some data into a table but need to
get that rows first column fields' value, its the first column which is the
Indentiy and Indentity Seed. If this is not in a SP (I'm using Sql Server 2k)
how can I accomplish this with a normal asp.net INSERT call
(.ExecuteNonQuery()). Returning that value back?
Column name = SurveyResponseHeaderID
of the row that was just inserted.
Thanx.
get that rows first column fields' value, its the first column which is the
Indentiy and Indentity Seed. If this is not in a SP (I'm using Sql Server 2k)
how can I accomplish this with a normal asp.net INSERT call
(.ExecuteNonQuery()). Returning that value back?
Column name = SurveyResponseHeaderID
of the row that was just inserted.
Thanx.