You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by ABOU LINA <am...@gmail.com> on 2006/04/06 13:20:29 UTC

OJB : DB2 NATIVE JDBC DRIVER

Hi;

i use the native jdbc driver for DB2/AS400.

i configure the ojb connection parameters like this :
dbms=Db2
jdbc-level=2.0
driver=com.ibm.db2.jdbc.app.DB2Driver
protocol=jdbc
sub-protocol=db2
db-alias=localhost/DB2ADMIN
user=test
password=***

so with this configuration the web application make connection succusfuly
but with java application ojb
could not borrow connection. !!!

Thx in advance.