I have an Access database with a single table, could be five thousand rows in it. The table has an autonumber field as the primary key as no other column lends itself to being a primary key. I would like to display all the rows in a datagridview and allow the user to add, edit and delete via the grid. It will always be a single user app. As each row in the grid is changed I want to post the changes for that row straight back to the database. I have looked at the DataAdapter but that seems to be designed for disconnected recordsets.
Whats the best way to achieve my requirements ?
TIA
Whats the best way to achieve my requirements ?
TIA