Updating database
This question may sound simple, but it still needs answering.
My project uses the basic tools from the toolbox for creating connections to an MDB database. All of the TextBoxes and Combo Boxes are linked to the data using basic properties...
I can get info from the database, but I want the database to be updated according to the changes made durring the execution of the program. The DataSet1.AcceptChanges() method doesn't seem to work. What should I do?
In the book, Beginning Visual C#, the chapter includes the answer, but for VS 2003. I am using VS 2005. I can't find the SQLDataAdapter object used in the book.
|