Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can any give me a clue to import large amount of records from MS Access to mySQL Database using C# asp.net?
Posted
Updated 11-Dec-14 21:58pm
v2

1 solution

 
Share this answer
 
Comments
Maciej Los 12-Dec-14 3:00am    
+5!
Snesh Prajapati 12-Dec-14 3:31am    
Thanks :)
Puthiphorn 12-Dec-14 4:03am    
Maybe you confuse about my question. I want to a better way to read large records from MS-access file and insert that to MySQL DB in C#.
Snesh Prajapati 12-Dec-14 4:53am    
So it is about optimization the process for large data...can you please let us know if there any specific issue you are faceing while doing this. Thanks.
Puthiphorn 12-Dec-14 5:00am    
The problem is about performance is very slow while I query record from MS-Access (200000+ Records)to memory then loop to insert to MySQL DB. I use asp.net with EntityFramework 6.1.1. so that why I want to find other solution to do this.

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