C
Charles A. Lackman
Hello,
I am working with a dBase Plus database and I cannot create a connection
string to the darn thing. I have tried the Fox Pro Driver, ISAM and others
and I keep getting "File is not a valid Table" exception. When I look at my
ODBC Data Source Administrator I see a "Driver do Microsoft dBase" driver,
but how would I access or use this driver in code to connect to the table?
Accomplishing this is VB.NET is very important but using ADO or ODBC is ok
with me, I just need to connect.
Dim AConnectionString as String
Dim AConnection as ODBC.ODBCConnection
AConnectionString = "Provider=????????????????????????????????)
AConnection = New ODBC.ODBCConnection(AConnectionString)
AConnection.Open
Thanks,
Chuck
I am working with a dBase Plus database and I cannot create a connection
string to the darn thing. I have tried the Fox Pro Driver, ISAM and others
and I keep getting "File is not a valid Table" exception. When I look at my
ODBC Data Source Administrator I see a "Driver do Microsoft dBase" driver,
but how would I access or use this driver in code to connect to the table?
Accomplishing this is VB.NET is very important but using ADO or ODBC is ok
with me, I just need to connect.
Dim AConnectionString as String
Dim AConnection as ODBC.ODBCConnection
AConnectionString = "Provider=????????????????????????????????)
AConnection = New ODBC.ODBCConnection(AConnectionString)
AConnection.Open
Thanks,
Chuck