I am new to VB.NET and am trying to edit values in a ODODB recorset.

The values in the recordset have been retrieved from a SQL database.

They have then been loaded into a flexgrid.

What I want to do is when the flexgrid is edited the edited values are written back to the recorset.

Then I can write the modified values to another SQL file.

Can someone either help me or suggest an alternative