Hi, you can use the RODBC pakage for that; see: library(RODBC) ?RODBC ?odbcConnectAccess ?sqlSave
Regards, Heinrich. > -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag von > Milton Cezar Ribeiro > Gesendet: Montag, 08. Jänner 2007 12:22 > An: R-help > Betreff: [R] ACCESS/Office : connecting > > > Hi there, > > How can I connect to a ACCESS (.mdb) file? In fact, I would > like to connect to a blank file, write a data.frame as table > and after that INSERT records using some "insert" command. > > Kind regards, > > Miltinho > Brazil > > __________________________________________________ > > > [[alternative HTML version deleted]] > > ______________________________________________ > [email protected] mailing list > 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. > ______________________________________________ [email protected] mailing list 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.
