Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mass Append from DataSet

Status
Not open for further replies.

livezone

MIS
Jan 17, 2003
81
CA
Hi,

I have filled my dataset from an XML file. I want to add all the records from dataset to a SQL table. Is there a way to do a mass append all the records from dataset to sql table instead of issuing Insert command one by one.

Thanks
Shafiq
 
If you go to MSDN.Microsoft.com, search for a SQL XML tool. I believe it is an add on to sql server which will allow you to do this, although I have never used it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top