Skip to content
Prev 86 / 1559 Next

trouble with R postgreSQL

On Thu, 8 May 2003, jobst landgrebe wrote:

            
I tried
You do need to install Rdbi *as well*, as the error messaage says:
and I think Rdbi is obselete.
DBI requires another package to provide a driver, and you didn't install 
one (and AFAIK there is none for PostgreSQL).
Well, you could ask their authors: except for DBI (which needs a backend) 
none of these have current supported versions on CRAN.

I can point out that RODBC does work with PostgreSQL 7.2 and R 1.7.0
provided you get a working ODBC driver: see the notes in the RODBC 
sources.