Displaying 1 result from an estimated 1 matches for "thedatabasename".
2008 Jan 10
1
RODBC, postgresql on Linux
Dear all,
I facing pbs using RODBC library.
I'm working on a Linux (Ubuntu Gutsy) os, with R version 2.5.1.
I've got Postgresql 8.2.5 installed with the odbc-postgresql package.
I try to connect in a R session to a postgresql database using:
odbcConnect(dsn="thedatabasename",uid="theuser",pwf="thepasswd",case="postgresql")
I get a message error, connection failes in odbcDriverConnect(...)
I don't know where I'm wrong, as I verified the postgresql deamon is ok
and that the database I want to access is defined.
--
---------...