P
Paul Aspinall
Hi
I have a Stored Proc in SQL server, which creates a record key when a record
is created.
I want to return the value back to my code, once the record has been
created.
I am using SQLHelper (Data Application Blocks for SQLServer), and calling
the ExecuteNonQuery method in the SQLHelper class...
Does anyone have any sample code from their C# code, or T-SQL code to help??
Thanks
Paul
I have a Stored Proc in SQL server, which creates a record key when a record
is created.
I want to return the value back to my code, once the record has been
created.
I am using SQLHelper (Data Application Blocks for SQLServer), and calling
the ExecuteNonQuery method in the SQLHelper class...
Does anyone have any sample code from their C# code, or T-SQL code to help??
Thanks
Paul