Newbie - Getting form data to "refresh"

  • Thread starter Thread starter Curt Gough
  • Start date Start date
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.
 
Thank you for the response, but your question does not help me toward what I
am seeking to do. I have answered but got no further response. If the SP is
returning the new ID value, how to I get the form to update, refresh or
requery to show that value?
 
How are you getting the old ID on the screen? Is it databound to a
textbox, or displayed in a grid, or what?

Robin S.
--------------------------
 
Back
Top