Hi,
I want to write a program not not use the default behaviour of ADO.NET and datasets.
What I'd like to do is to have a combo box at the top of the form that a user could use to select a record out of the database. The form would fetch the data and lock the record and then the user would save the changes back to the database.
Does anyone have any sample app's like this?
The database would be SQL Server.
Thank you,
Dave
I want to write a program not not use the default behaviour of ADO.NET and datasets.
What I'd like to do is to have a combo box at the top of the form that a user could use to select a record out of the database. The form would fetch the data and lock the record and then the user would save the changes back to the database.
Does anyone have any sample app's like this?
The database would be SQL Server.
Thank you,
Dave