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
Christopher Van Kirk - 19 Mar 2008 00:04 GMT
Can't you attach a new data adapter to the dataset for the sql server and
serialize it back to the database?
>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
[quoted text clipped - 4 lines]
>
> thanks

Signature
Posted via a free Usenet account from http://www.teranews.com
Carlos - 19 Mar 2008 14:02 GMT
Howo do I do that ?
> Can't you attach a new data adapter to the dataset for the sql server and
> serialize it back to the database?
[quoted text clipped - 7 lines]
>>
>> thanks