-
editing a recordset
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
-
why don't you use a dataset?
-
I dont know anything about them to be honest how do they work?? Are they similar to record sets??
-
Search this forum for some useful links .