datagrid to dataset

  • Thread starter Thread starter Esref Durna
  • Start date Start date
E

Esref Durna

I fill the datagrid with oledbdataadapter.
and make some changes on the datagrid.(Read only=False)
now how could I update the database?

How I could get this modified data to dataset from datagrid.

Thanks
 
Hi Esref,
How I could get this modified data to dataset from datagrid.

Normaly that goes standard

You have to use the dataadapter.update(dataset) to bring it to your
database

If you have problems with that, tell it,

Cor
 
Back
Top