A
ad
I use WebService upload a dataset to server.
There is only one DataTable in the DataSet.
I want to insert all rows of that DataSet into SQL Server 2005.
Is it necessay to insert rows one by one into database?
If this is true, I must write long SQL statement to do it.
Can I inert the whole dataset into database at a once?
There is only one DataTable in the DataSet.
I want to insert all rows of that DataSet into SQL Server 2005.
Is it necessay to insert rows one by one into database?
If this is true, I must write long SQL statement to do it.
Can I inert the whole dataset into database at a once?