| Author |
how con i know the type of the driver i'm using
|
satyanarayana kunthsam
Greenhorn
Joined: Sep 09, 2003
Posts: 1
|
|
HI, i'm using webshpere4.0 and DB2 database. and my driver information is like this. Server Class Path : D:\Program Files\SQLLIB\java12\db2java.zip Name: Db2JdbcDriver Description: DB2 JDBC Driver Implementation Classname: COM.ibm.db2.jdbc.DB2ConnectionPoolDataSource how con i know the type of the driver i'm using
|
 |
Nagendra Prasad
Ranch Hand
Joined: Jul 11, 2002
Posts: 219
|
|
U should read the 'README' for the database for this. But if it is DB2 v7 that you are using, I would say, given your details, you are using Type 2 driver. I suppose you have to create a client catalog of the database before it allows u the ability to connect to db. This is the indication that it is using a Type 2 Driver.
|
Best Regards,<br />Nagendra Prasad.
|
 |
cb poo
Ranch Hand
Joined: Oct 02, 2002
Posts: 67
|
|
check footnotes on http://www-3.ibm.com/software/webservers/appserv/doc/v40/prereqs/ae_v403.htm For Db2 8, there is type 4 driver available to use.
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: how con i know the type of the driver i'm using
|
|
|