My goal is to create a little program that gets data from 10 different CSV. files and storing the infomation in a mysql database. Each CSV file should be linked to it's own table. 10 CSV files and 10 tables in the database.
I am doing this in Visual studio with VB6
What is the best way to this? How do i handle the data from each file and input them in the right cells in the database?
Do i need 10 different filereaders and 10 different SQL queries to do this? When should I open and close the connection to the database?