[R] ROracle - fetch gives empty dataframe
Michael Seewald
mseewald at gmx.de
Wed Jul 14 14:11:44 CEST 2004
Dear Rado,
I think you didn't get a proper db connection at all. You forgot to specify
the database to connect to.
On Wed, 14 Jul 2004, Rado Bonk wrote:
> ### CONNECTION, and SQL QUERY EXECUTION
> > ora <- dbDriver("Oracle")
> > con <- dbConnect(ora, "rado/only2admin"
Which database???
> > dbListTables(con)
> character(0)
dbListTables would display something, if you had connected. You should get
this working before you proceed.
Regards,
Michael
More information about the R-help
mailing list