Hello,
I'm trying to help a client solve a problem they are having in SAS, although they live across the country and I am unable to play with their system. We are corresponding via email.
I had him send me the SAS log for the SAS job in question, and the error was:
I asked him to check his Data Source ODBC Connections in the Control Panel and this is what he sent me back:
Here's what was listed under the 'User DSN' Tab:
dBase Files Microsoft dBase Driver (*.dbf)
dBase Files-Word Microsoft dBase VFP Driver (*.dbf)
Deluxe CD Microsoft Access Driver (*.mdb)
Excel Files Microsoft Excel Driver (*.xls)
FoxPro Files-Word Microsoft FoxPro VFP Driver (*.dbf)
MS Access Database Microsoft Access Driver (*.mdb)
Visual FoxPro DataBase Microsoft Visual FoxPro Driver
Visual FoxPro Tables Microsoft Visual FoxPro Driver
Here's what was under the 'System DSN' Tab:
AS400 Microsoft Access Driver (*.mdb)
ECDC Music Microsoft Access Driver (*.mdb)
MS Access 97 Database Microsoft Access Driver (*.mdb)
~
The only thing I notice that is different between his configuration and my configuration is that I have only ever seen "MS Access 97 Database Microsoft Access Driver (*.mdb)" under the 'User DSN' tab, I have never seen just plain "MS Access Database Microsoft Access Driver (*.mdb)"
I'm not sure if this has anything to do with the problem.
Does anyone have any ideas as to why this might be occuring?
Thanks, (-:
Brian
I'm trying to help a client solve a problem they are having in SAS, although they live across the country and I am unable to play with their system. We are corresponding via email.
I had him send me the SAS log for the SAS job in question, and the error was:
Code:
Connect to odbc ("dsn=MS Access 97 Database; DBQ=&MDBFILE");
ERROR: The ODBC engine cannot be found.
I asked him to check his Data Source ODBC Connections in the Control Panel and this is what he sent me back:
Here's what was listed under the 'User DSN' Tab:
dBase Files Microsoft dBase Driver (*.dbf)
dBase Files-Word Microsoft dBase VFP Driver (*.dbf)
Deluxe CD Microsoft Access Driver (*.mdb)
Excel Files Microsoft Excel Driver (*.xls)
FoxPro Files-Word Microsoft FoxPro VFP Driver (*.dbf)
MS Access Database Microsoft Access Driver (*.mdb)
Visual FoxPro DataBase Microsoft Visual FoxPro Driver
Visual FoxPro Tables Microsoft Visual FoxPro Driver
Here's what was under the 'System DSN' Tab:
AS400 Microsoft Access Driver (*.mdb)
ECDC Music Microsoft Access Driver (*.mdb)
MS Access 97 Database Microsoft Access Driver (*.mdb)
~
The only thing I notice that is different between his configuration and my configuration is that I have only ever seen "MS Access 97 Database Microsoft Access Driver (*.mdb)" under the 'User DSN' tab, I have never seen just plain "MS Access Database Microsoft Access Driver (*.mdb)"
I'm not sure if this has anything to do with the problem.
Does anyone have any ideas as to why this might be occuring?
Thanks, (-:
Brian