Click here to Skip to main content
15,889,868 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How can I import data high speed from a equilenght text file to a table?
Posted

1 solution

Search CodeProject for CSV import and there are a lot of articles for importing text based files into memory.

For the database table side you would need to use bulk insert techniques to be high speed.
 
Share this answer
 

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