I am trying to import a access database in to EG 4.1
the database is saved in a networkdrive .
proc import out= work.tbl_data_data
dbms = Accesscs
datatable='tbl_aa_data' replace;
database = "P:\SAS_Data\sampleData\Database1.accdb";
server="XXXXXX";
port = 8621;
got the following error
ERROR: CLI error trying to establish connection: [Microsoft][ODBC Microsoft Access Driver] Cannot open database '(unknown)'.
any suggestions?
Thanks
What is P drive? Is that a shared drive
I found this link out there with the error you have attached.
EG 4.1 (using SAS 9.1) cannot import Microsoft Access 2007/2010 files. I think that's the limitation.
You might be able to use this technique:
Chris
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.