If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > using a more recent JDBC driver for DB2 for V7.2

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-09-04, 11:04
globetrotcom globetrotcom is offline
Registered User
 
Join Date: Jan 2004
Posts: 23
using a more recent JDBC driver for DB2 for V7.2

I am using the driver COM.ibm.db2.jdbc.app.DB2Driver with DB2 version 7.2 on Windows 2000.

It does not support some of the functionality I need with a third-party package. Can I use a slightly later version of DB2 driver? If yes, how and where do I find/get such a driver? What will be the driver-class/jar name etc?

I don't need to be as recent as JDBC 3.

Thanks
Reply With Quote
  #2 (permalink)  
Old 06-09-04, 13:15
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
JDBC driver comes as a part of DB2 client software. To get a later fixpack version you'll need to download and install DB2 client package (you'll only need runtime client).
Reply With Quote
  #3 (permalink)  
Old 06-09-04, 15:30
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
The drivers have to be at the same fixpack level as the rest of the client components.

Never copy the jdbc driver packages to an alternate location or copy the driver from a different level of the product

Cheers
Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #4 (permalink)  
Old 06-09-04, 17:18
globetrotcom globetrotcom is offline
Registered User
 
Join Date: Jan 2004
Posts: 23
I appreciate your responses:

I was at DB2 7.2 (without FixPack). Then I installed FixPack 12. That bumped the DB2 level from 7.2.0 to 7.2.9, but didn't get me the feature the third-party application needs: It throws exception when trying to:

con.createStatement(ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLY);

Is this level of functionality simply not available at 7.2 level? Will this require me to go to DB2 V8? How can I find out?

Thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On