[R-sig-DB] RpgSQL/RJDBC(?) on R15.2(64) Win7 throws can't find .verify.JDBC.result
Jim Porzak
jporz@k @end|ng |rom gm@||@com
Wed Jan 23 20:08:53 CET 2013
All, I see:
> options(RpgSQL.user = "tableau", RpgSQL.password = "******",
+ RpgSQL.host = "10.8.0.1", RpgSQL.port = 5432,
+ RpgSQL.JAR = "C:/Drivers/JDBC")
>
> library(RpgSQL) ## Version: 0.1-6
Loading required package: RJDBC ## Version: 0.2-1
Loading required package: DBI ## Version: 0.2-5
Loading required package: rJava ## Version: 0.9-3
> con <- dbConnect(pgSQL(), dbname = "bidata_pg")
Error in .local(drv, ...) : could not find function ".verify.JDBC.result"
The above works just fine with R14.2 & prior versions of PpgSQL & RJDBC.
I noticed H2 user had a similar error which they worked around by
rolling back to RJDBC 0.2-0
I tried hacking a roll-back using files from my 14.2 install but that
didn't work.
I did not see any window binaries for RJDBC 0.2-0
Suggestions?
Jim Porzak
Minted.com
San Francisco, CA
www.linkedin.com/in/jimporzak
use R! Group SF: www.meetup.com/R-Users/
More information about the R-sig-DB
mailing list