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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top