ODBC driver for CSV/TEXT file on Windows 2008

B

Bill N

I need to know how to obtain and install ODBC text driver on a WIndows 2008
server. CUrrently, the only driver installed is SQLServer v 6.01.7600
The code below worked on my PC but not on the server (as a client machine).


Dim csvConnection As OdbcConnection
Dim ConnectionString As String = "Driver={Microsoft Text Driver (*.txt;
*.csv)};Dbq=" & mcsvPath & ";"

YOur help is greatly appreciated.
Bill
 

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.

Ask a Question

Top