Web Service Dataset to a Internal SQL Server

C

Carlos

I have a web service that pass me a DataSet, I get all data correctly, I can
even load it on a DataGridView, buyt I want to pass tha dataset to a
Internal SQL Server, exact data structure , with no modification. What is
the best wat you pass the Dataset to a table on the Internal SQL Server?

Any online Examples ? I did not dinf a good one in google. in C#

thanks
 
C

Christopher Van Kirk

Can't you attach a new data adapter to the dataset for the sql server and
serialize it back to the database?
 
C

Carlos

Howo do I do that ?
Christopher Van Kirk said:
Can't you attach a new data adapter to the dataset for the sql server and
serialize it back to the database?
 

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