Skip to content
Prev 207605 / 398498 Next

[Fwd: Re: question on sqldf syntax]

On Tue, Jan 26, 2010 at 11:55 AM, Seth Falcon <seth at userprimary.net> wrote:
It does work without RMySQL and in fact that is the normal way it is
used since MySQL support has not been tested and you are really on
your own if you want to try sqldf with MySQL (as indicated in
documentation and home page).

The driver= argument of the sqldf function call determines which
database is used.  If you don't specify the driver= argument then it
uses the global option "sqldf.driver" to determine which database to
use.  If you have not set that either then it checks if RMySQL is
attached and uses the MySQL database if it is and uses the SQLite
database otherwise.