Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 211988

Import data in R from access 365

$
0
0

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?


Viewing all articles
Browse latest Browse all 211988

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>