G
gurusamy sekar via AccessMonster.com
Hi all..
I want to try to read visual foxpro free tables.i have my code as
Dim db As New ADODB.Connection
Dim rs As Recordset
If db.State = 1 Then db.Close
db.Open "Driver=(Microsoft Visual Foxpro Driver);sourcetype=DBF;sourceDB=D:\
tab;exclusive=No;collate=Machine"
Here "D:\tab" is my path where free table is present.
But it is giving error as default ODBC driver not specified.
If anyone know how to get this bug plz reply...
Thank in Advance.
I want to try to read visual foxpro free tables.i have my code as
Dim db As New ADODB.Connection
Dim rs As Recordset
If db.State = 1 Then db.Close
db.Open "Driver=(Microsoft Visual Foxpro Driver);sourcetype=DBF;sourceDB=D:\
tab;exclusive=No;collate=Machine"
Here "D:\tab" is my path where free table is present.
But it is giving error as default ODBC driver not specified.
If anyone know how to get this bug plz reply...
Thank in Advance.