Re: [R] odbcConnectAccess function

2009-05-04 Thread bartjoosen
> >> ahoo.com> >>To >> Sent by: >> r-h...@stat.math.ethz.ch >> r-help-boun...@r- >>

Re: [R] odbcConnectAccess function

2009-04-30 Thread Felipe Carrillo
gov > Subject: Re: [R] odbcConnectAccess function > To: mazatlanmex...@yahoo.com > Cc: r-h...@stat.math.ethz.ch, r-help-boun...@r-project.org > Date: Thursday, April 30, 2009, 7:38 AM > Feilipe, > > You should look at the RODBC package > > It works great ! > > Steve

Re: [R] odbcConnectAccess function

2009-04-30 Thread Steve_Friedman
r-help-boun...@r- cc project.org Subject [R] odbcConnectAccess function

[R] odbcConnectAccess function

2009-04-30 Thread Felipe Carrillo
HI: Is it possible to use the RODBC package within MS Access. I have been using from R but was just wondering if it could be used along with R(D)COM. Something like this: Dim dbs As DAO.Database Dim rst As DAO.Recordset Dim myApp As StatConnector Set myApp = New StatConnector myApp.GetErrorText