473,394 Members | 1,965 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

JDBC Driver Versions

We have installed DB2UDB 8.2 on a windows 2003 server. How can I
confirm the version of the JDBC driver that would have been installed
with this? I wasn;t sure if the JBDC driver would have a different
version/build then the DB version itself.

Thanks,
Bob Cook

Sep 13 '06 #1
3 1911

drudini wrote:
We have installed DB2UDB 8.2 on a windows 2003 server. How can I
confirm the version of the JDBC driver that would have been installed
with this? I wasn;t sure if the JBDC driver would have a different
version/build then the DB version itself.

Thanks,
Bob Cook
Versions of JDBC drivers may often evolve independently
of the DBMS. JDBC offers one standard call to determine
the driver version:

DatabaseMetaData.getDriverVersion()

You have to make a valid connection in order to make this
call. Otherwise, if you're good at decompiling, you can usually
find the static final string that determines this.

Joe Weinstein at BEA Systems

Sep 13 '06 #2
jo***********@gmail.com wrote:
DatabaseMetaData.getDriverVersion()

You have to make a valid connection in order to make this
call. Otherwise, if you're good at decompiling, you can usually
find the static final string that determines this.
I don't know if the output of getDriverVersion() is updated on each
fixpack (I guess it isn't). The best way to synchronize the driver on
the client is to deploy it with a batch after each fixpack.

From our experiences since 5.x/6.x, we're comparing filesize/date and
then the MD5 checksum. If they don't match, the driver is copied to the
client before the database connection is established.

Bernd
Sep 14 '06 #3
drudini wrote:
We have installed DB2UDB 8.2 on a windows 2003 server. How can I
confirm the version of the JDBC driver that would have been installed
with this? I wasn;t sure if the JBDC driver would have a different
version/build then the DB version itself.

Thanks,
Bob Cook
"db2jcc -version" will tell you the JCC driver version. "db2jcc -configuration"
will tell you everything you ever wanted to know about your configuration.

Jan M. Nelken
Sep 15 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: JShurmatz | last post by:
If anyone can shed some light on this problem I would greatly appreciate it. I am unsuccessfully trying to use a database connnection retrieved from a pool configured using Java System Web...
0
by: Nils Valentin | last post by:
Hi MySQL Fans ;-), Is it possible that the 3.08 series allows to connect to 4.0.14 versions but not to the 4.1 alpha-versions ? I get belows error when tryig to connect from DbVisualizer which...
1
by: bogachkov | last post by:
Hello Joe Over the past several years, I have found your responses to jdbc usage/driver related issues to be extremely helpful. I am sure that you're very busy so I will make my question as...
4
by: Dani | last post by:
Hi everyone Description of the problem: Using a PreparedStatement to write down an integer (int) plus a timestamp for testing purposes. When read out again the integer looks very different. We...
0
by: Bing | last post by:
Hi, I am configuring the same DB2 v8.1 JDBC universal driver (db2jcc.jar and db2jcc_license_cisuz.jar) from DB2 SP5 fix pack under WSAD 5.1.x environment and WebSphere application Server 5.0.2...
1
by: nielsgron | last post by:
Hi, I am using the DB2 Type 4 JDBC Driver to connect to my DB2 8.2 for Windows server. Everything works perfectly unless I have a password with the pipe character ( "|" ) in it. The server...
3
by: Anoop | last post by:
Is it true that there are no type 4 jdbc drivers to connect to a DB2 server v7.1? The DB2 server is hosted on ACF2 (OS/390). We would be connecting from windows and solaris boxes. If it is true,...
0
by: dunleav1 | last post by:
How can I be sure that DB2_LINUXAIO is working properly in DB 9 FP3? The parameter db2_linuxaio was depreciated from the base version to FP3 and my performance tests have shown a decrease in...
0
by: Jim Kennedy | last post by:
ALL DDL does a commit. Hence Drop Table movies; issues a commit. True you don't issue a commit and the driver does not issue a commit, but the server does for all DDL. That is probably where...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.