Re: [R] Reading access file

2015-05-14 Thread Jeff Newmiller
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

Re: [R] Reading access file

2015-05-14 Thread Wensui Liu
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

Re: [R] Reading access file

2015-05-14 Thread Kehl Dániel
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

[R] Reading access file

2015-05-14 Thread silvano
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