简体   繁体   English

我应该使用哪种Informix JDBC驱动程序?

[英]Which Informix JDBC driver should I use?

Look at this page: http://www14.software.ibm.com/webapp/download/search.jsp?go=y&rs=ifxjdbc 看看这个页面: http//www14.software.ibm.com/webapp/download/search.jsp? go = y&rs = ifxjdbc

I see that the 3.50.JC9 is newer than 3.70JC3DE, which is confusing. 我看到3.50.JC9比3.70JC3DE更新,这令人困惑。

I tested both of them connecting to an IDS 11.5 and 10.0 and both seems to work OK. 我测试了它们都连接到IDS 11.5和10.0,两者似乎都运行正常。

Does anyone knows in which conditions should I use either the 3.50 or 3.70 JDBC drivers? 有谁知道我应该在哪种条件下使用3.50或3.70 JDBC驱动程序?

The JDBC 3.50.JC9 driver is a fix pack to the 3.50 series of drivers, and was simply released after the 3.70.JC3DE version, which is also a fix pack but to the 3.70 series. JDBC 3.50.JC9驱动程序是3.50系列驱动程序的修订包,并且仅在3.70.JC3DE版本之后发布,该版本也是3.70系列的修订包。 These versions parallel the 11.50 and 11.70 versions of Informix Dynamic Server, IDS, and have the same base version as the CSDK, Client SDK (3.50.UCx, 3.50.FCx, etc). 这些版本与Informix Dynamic Server,IDS的11.50和11.70版本并行,并且具有与CSDK,Client SDK(3.50.UCx,3.50.FCx等)相同的基本版本。

If you have IDS 11.50, then JDBC 3.50 was the version released at the same time as IDS. 如果您有IDS 11.50,则JDBC 3.50是与IDS同时发布的版本。 It may well make sense to use the 3.50 driver if it works for you. 如果它适合你,使用3.50驱动程序可能是有意义的。 On the other hand, the latest and greatest is the 3.70 version; 另一方面,最新最好的是3.70版本; it works with 10.00, 11.10, 11.50, 11.70 versions of IDS. 它适用于IDS的10.00,11.10,11.50,11.70版本。 Although the older versions of JDBC will work with IDS 11.70, the recommended version of JDBC for IDS 11.70 would be JDBC 3.70. 虽然旧版本的JDBC可以与IDS 11.70一起使用,但IDS 11.70的推荐JDBC版本将是JDBC 3.70。

Note that IDS 10.00 is no longer supported by IBM for normal purposes. 请注意,IBM不再支持IDS 10.00用于正常目的。 (Some customers probably have special support contracts for it; some customers may be using it without support.) (有些客户可能有特殊的支持合同;有些客户可能会在没有支持的情况下使用它。)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 带有Informix JDBC 3驱动程序的Hibernate 4.3 - Hibernate 4.3 with Informix JDBC 3 driver 如何确定要用于JDBC的驱动程序 - How to determine which driver to use for JDBC 混淆 Tomcat JDBC (tomcat-jdbc) Driver to Use - Confusion on Which Tomcat JDBC (tomcat-jdbc) Driver to Use Maven:如果我不知道客户端将使用哪个数据库,如何创建正确的JDBC驱动程序依赖关系? - Maven: How to create a correct JDBC driver dependency, if I don't know which database the client will use? 通过本机JDBC Informix驱动程序获取编码错误的数据 - Fetching wrongly encoded data via native JDBC Informix driver 我应该在Java 1.5.0_16和PostgreSQL 8.3.5中使用哪个JDBC jar? - Which JDBC jar should I use with java 1.5.0_16 and PostgreSQL 8.3.5? 我应该对Oracle JDBC数据库更改通知使用哪个缓存提供程序 - Which Cache provider should I use for Oracle JDBC Database change notifications 我可以在Spring Roo中使用MS Access JDBC驱动程序吗? - Can I use an MS Access JDBC driver in Spring Roo? 如何使用 oracle.jdbc.driver.OracleLog? - How do I use oracle.jdbc.driver.OracleLog? 您应该在产品中包含哪个版本的jdbc4 postgres驱动程序? - Which version of jdbc4 postgres driver should you include in your product?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM