سؤال

I'm planing to develop a web application with spring framework. I am using DB2 8.1 as database ,but did not find any JDBC driver for accessing DB2 from java.

هل كانت مفيدة؟

المحلول

For the most recent JDBC drivers, you can get them from http://www-01.ibm.com/support/docview.wss?uid=swg21363866

The drivers for 8.1 are not there, but the names are there. You can use any from the 9.1 version to connect to the 8.2 server.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top