Updating sql from a dataset

  • Thread starter Thread starter et
  • Start date Start date
E

et

Okay, I've got my dataset, I've made updates to it, now how do I update sql
from the revised dataset?
 
If the adapter is configured, then you just pass it in to the adapter's
Update method specifying the table name in the dataset... it

DataAdaptername.Update(myDataSet.Tables[TableIndexOrName])

I'm not sure I understand your question though, in which case if I didn't
please let me know and I'll take another shot at it.
 

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