P
Phil Williams
Hello,
I have a SQL Express dataset with 1000 records and I want to export these to
an Excel file.
The way I thought to do this was to create a connection to the Excel file
and then insert the records by executing a ExecuteNonQuery Command.
My question then is how do I insert the results from one dataset (with a SQL
connection) to another connection without looping through each record and
inserting each record one at a time!
Any feedback would be very helpful.
Thanks,
Phil
I have a SQL Express dataset with 1000 records and I want to export these to
an Excel file.
The way I thought to do this was to create a connection to the Excel file
and then insert the records by executing a ExecuteNonQuery Command.
My question then is how do I insert the results from one dataset (with a SQL
connection) to another connection without looping through each record and
inserting each record one at a time!
Any feedback would be very helpful.
Thanks,
Phil