Rdbi
1
0
Entering edit mode
@hrishikesh-deshmukh-1008
Last seen 9.6 years ago
Hi All, I am trying to connect to PostgreSQL on WinXP using Rdbi since Rdbi.PgSQL is not available for WinXP. Here is the error output which i get and sessionInfo() output. How does one get PgSQL() Could someone help/explain what i am doing wrong? Thanks, Hrishi > library(Rdbi) > dbconn<-dbConnect(PgSQL(),host="#####",dbname="%%%%%%%%%%",user="postg res",password="calvin") Error in dbConnect(PgSQL(), host = "localhost", dbname = "trial", user = "postgres", : couldn't find function "PgSQL" > dbconn<-dbConnect(PgSQL,host="localhost",dbname="trial",user="postgres ",password="calvin") Error in dbConnect(PgSQL, host = "localhost", dbname = "trial", user = "postgres", : Object "PgSQL" not found > dbconn<-dbConnect(pgsql(),host="localhost",dbname="trial",user="postgr es",password="calvin") Error in dbConnect(pgsql(), host = "localhost", dbname = "trial", user = "postgres", : couldn't find function "pgsql" > dbconn<-dbConnect(pgsql,host="localhost",dbname="trial",user="postgres ",password="calvin") Error in dbConnect(pgsql, host = "localhost", dbname = "trial", user = "postgres", : Object "pgsql" not found > sessionInfo() R version 2.1.1, 2005-06-20, i386-pc-mingw32 attached base packages: [1] "methods" "stats" "graphics" "grDevices" "utils" "datasets" "base" other attached packages: Rdbi "1.1.2"
Rdbi Rdbi • 1.0k views
ADD COMMENT
0
Entering edit mode
@sean-davis-490
Last seen 3 months ago
United States
An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/bioconductor/attachments/20051105/ 35d67c9f/attachment.pl
ADD COMMENT

Login before adding your answer.

Traffic: 971 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6