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
______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html