[VB.NET] Access Database + Update, Insert, Delete

Soldato
Joined
12 Jun 2005
Posts
5,361
Hi there,

I have managed to select the data from the database using a tableadapter but I can't figure out how to, when I change the data in the dataset, sync it back to the database.

For instance, I can seem to delete from the dataSet ok, but not the actual database.

How do I do this?

Thanks.
 
Back
Top Bottom