R - Microsoft Access mdb database in Windows -
i have followed these steps install access database engine, configure odbc data source , create user dsn abc linked abc.mdb: https://stackoverflow.com/questions/6721702/windows-7-64-bit-odbc-drivers-for-ms-access-missing , how read data microsoft access .accdb database files r?
no issues.
however, odbcconnect("abc") giving me error: specified dsn contains architecture mismatch between driver , application
this issue regards 32bit v 64 bit think. r 32 bit or 64 bit. created 32 bit dsn. c:\windows\syswow64\odbcad32.exe create 64 bit version. default control panel points %windir%\system32\odbcad32.exe 32bit version
Comments
Post a Comment