Update a DataSet

K

Kyle Rowe

How do I Update a dataset into a DB if the orginal SqlDataAdapter I used to
fill the dataset is gone?
 
C

Cor Ligthert

Kyle,

Just create it new.
That is not an abnormal implementation.

It is even done as:

Fill a a dataset from an access database while the the changes are set to
unchanged
Create a dataadapter for SQL Server
Update than the dataset to the SQL Server

I hope this helps?

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

Top