updating a dataset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a dataset which needs to be updated with new data whenever the
database has new rows written into it.
the problem is, the new rows are written by other users so it's not that i'm
trying to update the database from the dataset, it's the other way around.
thanks
 
I think you can do this with the dataset.merge method. MSDN has more
information than I can provide.
 

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