Basically I want to be able to save any data I enter into my data grid / dataset permanently , so when i close the program or restart it the data I previously entered within the grid will be present.
This is what I have so far
BindingContext(CustomersDs, "Customers").EndCurrentEdit() OleDbDataAdapter1.Update(CustomersDs)
'CustomersDS is my dataset name
'Customers is the table name within my database ( my actual database is called Shop.mdb )

New Topic/Question
Reply



MultiQuote






|