RH2: Using R cannot connect to my H2 database

北战南征 提交于 2019-12-23 05:01:51

问题


I read the documentation of RH2 on CRAN but when I'm trying to connect to my H2 database I get this error:

> library(RH2)
Loading required package: chron
Loading required package: RJDBC
Loading required package: DBI
Loading required package: rJava
> con <- dbConnect(H2(), "jdbc:h2:mem:test")
Error in .local(drv, ...) : could not find function ".verify.JDBC.result"

WHere I'm wrong?

来源:https://stackoverflow.com/questions/13907092/rh2-using-r-cannot-connect-to-my-h2-database

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!