Be sure to use the 32bit version of R with the code below. This is a limitation
of the ODBC driver for "mdb" files. If you use the odbcConnectAccess2007()
function to connect to "accdb" files then you can use 64bit R.
---
Jef
mdbConnect<-odbcConnectAccess("C:\\temp\\demo.mdb");
sqlTables(mdbConnect);
demo<-sqlFetch(mdbConnect, "tblDemo");
odbcClose(mdbConnect);
rm(demo);
On Thu, May 14, 2015 at 6:31 AM, silvano wrote:
> Hello everybody.
>
> I have a access file to read in R but I can’t to do this.
>
> I used Hmisc pa
Feladó: R-help [r-help-boun...@r-project.org] ; meghatalmazó: silvano
[silv...@uel.br]
Küldve: 2015. május 14. 13:31
To: R
Tárgy: [R] Reading access file
Hello everybody.
I have a access file to read in R but I can’t to do this.
I used Hmisc package, but it doesn’t work.
Someone has the commands
Hello everybody.
I have a access file to read in R but I can’t to do this.
I used Hmisc package, but it doesn’t work.
Someone has the commands to read this kind of file?
I attached the access file.
Thanks.
Silvano.
__
R-help@r-project.org mailing
4 matches
Mail list logo