jjames
Programmer
- Mar 13, 2001
- 212
I'm trying to import data from several dBase tables.
I am able to read all the files successfully except one. I get the following error when trying to read this table....
[Microsoft][ODBC dbase Driver] External table is not in the expected format.
This table has an associated .fpt file which I believe is for memo fields. None of the other tables has an .fpt file so I'm thinking this may be the problem?
I'm connecting to the database using ADO. Below is the DNSless connection string. I've been trying other drivers but get the same results...
objData.Connect "Driver={Microsoft dBASE Driver (*.dbf)};" & _
"DriverID=533;" & _
"Dbq=C:\PROGRAM FILES\APPLICATION\DATA"
Any help with this will be appreciated. Thanks.
I am able to read all the files successfully except one. I get the following error when trying to read this table....
[Microsoft][ODBC dbase Driver] External table is not in the expected format.
This table has an associated .fpt file which I believe is for memo fields. None of the other tables has an .fpt file so I'm thinking this may be the problem?
I'm connecting to the database using ADO. Below is the DNSless connection string. I've been trying other drivers but get the same results...
objData.Connect "Driver={Microsoft dBASE Driver (*.dbf)};" & _
"DriverID=533;" & _
"Dbq=C:\PROGRAM FILES\APPLICATION\DATA"
Any help with this will be appreciated. Thanks.