| Author |
Pooling DB2 connection
|
Tom Henricksen
Ranch Hand
Joined: Mar 23, 2004
Posts: 135
|
|
I have some code I am trying to pool a connection for DB2 When I run this I get an exception com.ibm.db2.jcc.a.SqlException: Failure in loading T2 native library db2jcct2 This looks like it is looking for a type 2 JDBC connection with the client. I am using a type 4 (pure java) jar. (db2jcc.jar). Is there a different way to set up a pooled connection without the client? And how do I set the URL of database? Thanks, Tom
|
 |
 |
|
|
subject: Pooling DB2 connection
|
|
|