Skip to content
Prev 117421 / 398498 Next

Creating an Access (.mdb) database using R

On Wed, 6 Jun 2007, Moshe Olshansky wrote:

            
Short answer: yes, if you are using Windows (you did not say).

Slightly longer answer 1:

If you have the ODBC drivers installed,
will allow you to create a database and select it.

Slightly longer answer 2:

Use DCOM to control Access if you have that installed.  I'll leave you to 
do your own homework on this one.