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 <[email protected]> wrote: > 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. > ______________________________________________ > [email protected] mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- ============================== WenSui Liu Credit Risk Manager, 53 Bancorp [email protected] 513-295-4370 ============================== [[alternative HTML version deleted]] ______________________________________________ [email protected] mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

