Click to See Complete Forum and Search --> : Dataset to MySQL all records


RajWolf
November 28th, 2008, 12:15 AM
Hello Gurus,

I get data from one MySQL database table into dataset and using loop I insert all the records to another MySQL database table.

What I require is a way to push all the records from the dataset to MySQL table in a single shot,
similar to BulkCopy in case of SQL Server.

Is there any way? please help me around with this..