Click here to Skip to main content
15,895,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
What is the best method to export a lot of database SQL Server to Microsoft Access using Visual Basic 2010 ???

I am looking for a method in which the export is quick and the conversion of data types is controlled by my code.

Thanks
Posted

1 solution

If you are going to want your code to control the data conversion, your best bet is to open a dataset for the SQL Server data and process it one row at a time, inserting it into Access. A word of advice though - when you say there is a "lot" of data, by definition anything you do isn't going to be all that quick.
 
Share this answer
 
Comments
SLAD99 30-Nov-11 6:48am    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900