【发布时间】:2014-09-15 03:45:11
【问题描述】:
我想通过 Java 连接到 Historian 数据库。在.net 中,我们可以通过OleDb provider 连接它。我有connectionString:
"Provider=ihOLEDB.iHistorian;Data Source= IpAddress; user id= abc;password= xyz"
我尝试使用上面的字符串和JdbcDriverManager 进行连接,但它给了我以下错误:
java.sql.SQLException: No suitable driver found for Provider=IhOLEDB.iHistorian.1:Data Source= IP Address; user id= abc; password= xyz
哪个Jdbc driverManager可以用来连接historian数据库?除了Jdbc Drivermanager,还有其他方法可以连接到 Historian 吗?
【问题讨论】:
标签: database spring-jdbc historian