Which steps do you have problems with? There are numerous examples of
creating and adding data to access databases. I would read the CSV into a
list of a list of strings, with File.ReadAllLines and String.Split.
Which steps do you have problems with? There are numerous examples of
creating and adding data to access databases. I would read the CSV into a
list of a list of strings, with File.ReadAllLines and String.Split.
This method won't actually let you read many CSV files. If comma or carriage
returns ever show up as data it will give invalid results.
The easiest method (in my opinion) is to use the Microsoft Text ODBC driver
instead.
Andrew Faust
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.