[R] ACCESS/Office : connecting

RINNER Heinrich HEINRICH.RINNER at tirol.gv.at
Mon Jan 8 13:20:59 CET 2007


Hi,
you can use the RODBC pakage for that; see:

library(RODBC)
?RODBC
?odbcConnectAccess
?sqlSave

Regards,
Heinrich.

> -----Ursprüngliche Nachricht-----
> Von: r-help-bounces at stat.math.ethz.ch 
> [mailto:r-help-bounces at stat.math.ethz.ch] 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]]
> 
> ______________________________________________
> R-help at stat.math.ethz.ch 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.
>



More information about the R-help mailing list