Hey Guys,

I am writing an app with Visual C# Express and have put a DataGridView on my form.
It pulls data from an Access database and displays it fine, but when I edit, add, or delete a record from the DataGridView control the changes "appear" to have taken, however once I close the app and reopen or check the Access database none of the changes have taken affect.

I didn't write any insert, update or delete statements as I thought that funtionality came out of the box with the DataGridView. ReadOnly is set to False and everything seems to be set right.

I have also tried this with VS 2005 and am having the same results by the way.

Could someone please help me with this?

Thanks,
Chris