Skip to content

RpgSQL/RJDBC(?) on R15.2(64) Win7 throws can't find .verify.JDBC.result

3 messages · Gabor Grothendieck, Jim Porzak

#
All, I see:
+         RpgSQL.host = "10.8.0.1", RpgSQL.port = 5432,
+         RpgSQL.JAR = "C:/Drivers/JDBC")
Loading required package: RJDBC           ## Version: 0.2-1
Loading required package: DBI                ## Version: 0.2-5
Loading required package: rJava              ## Version: 0.9-3
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/
#
I tried the same fix that worked for RH2 but it seems its something
else as you found too.  I will have a look next week.
On Wed, Jan 23, 2013 at 2:08 PM, Jim Porzak <jporzak at gmail.com> wrote:
--
Statistics & Software Consulting
GKX Group, GKX Associates Inc.
tel: 1-877-GKX-GROUP
email: ggrothendieck at gmail.com
#
Thanks Gabor,
Not a panic, since I'm doing this work in 2.14.2, but would be good to
get cleaned up.
Jim


On Wed, Jan 23, 2013 at 12:22 PM, Gabor Grothendieck
<ggrothendieck at gmail.com> wrote: