C
Curt Gough
I am new to WinForms developing - used Access for many years. I have an
application using DataSets from Stored Procedures in SQL Server. When users
enter new data and click the Save button I can save the record fine by using
another SP. But, I want the ID field to update with the new ID for that
record. What can I call to make the DataSet update and display the new ID
number for the record?
Thanks for any help.
application using DataSets from Stored Procedures in SQL Server. When users
enter new data and click the Save button I can save the record fine by using
another SP. But, I want the ID field to update with the new ID for that
record. What can I call to make the DataSet update and display the new ID
number for the record?
Thanks for any help.