I got an update at work from office 2010 to office 365. I was using this code to import files from access 2010 to R:
library(RODBC) #loads the RODBC package
dta <- odbcConnectAccess2007("F:/database.accdb")
With access 365 is not working anymore. I get this warning message:
Warning messages:
1: In odbcDriverConnect(con, ...) :
[RODBC] ERROR: state IM002, code 0, message [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
2: In odbcDriverConnect(con, ...) : ODBC connection failed
Could anybody help me?