I'm working on a console application to load the contents of a text file into an access table.(access 2002) The text file varies in records, but could be for example:50000 records.
the code to do so is:
Dim Conn As New OleDb.OleDbConnection ("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.