Dear All,
I have a large dataset in an MS access file (.accdb). How may I import this into Stata? I tried using the odbc option but it is not recognizing the password. It gives me an error:
However, I am able to use the same password to open the file in MS Access, so it seems the password is in fact valid. Will be grateful for any help you may be able to offer to help import this file into Stata.
Many thanks,
Sumedha
I have a large dataset in an MS access file (.accdb). How may I import this into Stata? I tried using the odbc option but it is not recognizing the password. It gives me an error:
Code:
. odbc load "E:\AAPCC_May 2019_ Mowry_Gupta_data\RawData\AAPCC NPDS DATA_MowryGupta_NarcoticExposures_CE_2014_2018_May2019.accdb", table(MowryGupta_NarcoticEx > posures_CE_2014_2018) The ODBC driver reported the following diagnostics [Microsoft][ODBC Microsoft Access Driver] Not a valid password. SQLSTATE=42000 r(682);
Many thanks,
Sumedha
Comment