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.
 
Back
Top