Hello,
I received my data in .mdb format and need to use it in Stata. I've tried the
command, but got the error message below. I've read in another thread on the forum that the issue is likely the fact that the Stata and Access programs installed on my computer are incompatible. I checked and it is indeed the case that I have Stata 13 64-bit and Access 2013 32-bit. I asked the IT support team at my office and was told that my machine has a 64-bit operating system and therefore I can't use 32-bit software. Do you have any advice for how to convert the .mdb file into a .dta file?
Thank you!
Ioana
I received my data in .mdb format and need to use it in Stata. I've tried the
Code:
odbc list
Thank you!
Ioana
Code:
odbc query "MS Access Database", dialog(complete) The ODBC driver reported the following diagnostics [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application SQLSTATE=IM014 r(682);
Comment