I don't think it is a version issue. We are using DB2 Express 9.1 version.
Client is a pure java application that uses hibernate and C3P0 to communicate with DB2. Surprisingly, a test java code using driver.connect method turns out successful. The error occurs while attempting to connect to the DB2 server using hibernate and C3P0.
Any specific requirements or considerations to use hibernate with DB2? No difficulties with other databases like MySQL or SQLServer-2005.
The JDBC URL used is jdbc:db2://<ip-address>:50000/<database-name>
I am a kind of stuck. Gurus, help me.
Quote:
|
Originally Posted by n_i
Version mismatch between the client and the server?
|