Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 jdbc 连接到 Teradata。我的应用程序在 JDK 1.4 中运行。
我使用的网址是“jdbc:teradata:///TMODE=ANSI,CHARSET=UTF8”;
当我尝试使用 JDK 1.4 运行时,出现“没有合适的驱动程序错误”。但是,我可以使用具有相同 url 的 JDK 1.7 运行我的应用程序。
我的 Netbeans 库中有 terajdbc4.jar 和 tdgssconfig.jar。
您可能使用了错误版本的 Java、Teradata JDBC 或 Teradata Utilities (TTU)。
看这里,什么兼容什么:兼容性
该矩阵是本参考的一部分,其中包含如何将 JDBC 与不同的应用程序服务器(如 JBoss、Tomcat、WebSphere、ColdFusion、WebLogic、SAP 等)一起使用的信息。