> Can you clarify: are you trying to connect to a mySQL database, or to a
> sqlite database?
It is a sqlite database.
Thanks for pointing that out!
Now it works just like in python ;).
con <- dbConnect(SQLite(), dbname="xy.sqlite")
res <- dbSendQuery(conn = con, "SELECT * FROM table1 WHERE x
Hi Martin,
Can you clarify: are you trying to connect to a mySQL database, or to a
sqlite database? They're not at all the same thing, and I can't tell from
your question which you're after.
You need either RMySQL, or if you actually want an sqlite database, RSQLite
or sqldf.
Sarah
On Thursday,
2 matches
Mail list logo