OzzyxOscar
New member
- Joined
- Nov 28, 2010
- Messages
- 2
- Programming Experience
- Beginner
Can some PLEASE tell me how to Update my database!
Every line of code I try does not work.
Here is what I currently have:
BindingContext(CustomersDs, "Customers").EndCurrentEdit()
OleDbDataAdapter1.Update(CustomersDs, "Customers")
I want to be able to save the edits I make within my datagrid so the next time I restart the form
All edits have been permanently saved AND I want it to update my database.
PLEASE HELP!
thank you
Every line of code I try does not work.
Here is what I currently have:
BindingContext(CustomersDs, "Customers").EndCurrentEdit()
OleDbDataAdapter1.Update(CustomersDs, "Customers")
I want to be able to save the edits I make within my datagrid so the next time I restart the form
All edits have been permanently saved AND I want it to update my database.
PLEASE HELP!
thank you