From: <chr...@em...> - 2004-10-09 13:21:28
|
Specifying extra parametersThe properties prefixed with "proxool." will be used by Proxool while the properties that are not prefixed will be passed on to the delegate JDBC driver. So just add this line: jdbc-0.libraries=CHOBJ1R,CHDATAR,CHOBJ1 CHR -----Original Message----- From: pro...@li... [mailto:pro...@li...]On Behalf Of Prigozhin, Roman Sent: 8. oktober 2004 23:35 To: pro...@li... Subject: [Proxool-developer] Specifying extra parameters HI All, I'm using com.ibm.db2.jdbc.app.DB2Driver ( AS400 native JDBC driver ). It has parameter called "libraries". Here is my question. How I can specify this parameter in Proxool configuration ? Thanks, Roman P.S Here is my configuration : jdbc-0.proxool.alias=CPS jdbc-0.proxool.driver-url=jdbc:db2://localhost jdbc-0.proxool.driver-class=com.ibm.db2.jdbc.app.DB2Driver jdbc-0.user=test jdbc-0.password=test jdbc-0.proxool.maximum-connection-count=10 jdbc-0.proxool.house-keeping-test-sql=select CURRENT_DATE jdbc-0.proxool.verbose=false jdbc-0.proxool.maximum-active-time=60000000 jdbc-0.proxool.maximum-connection-lifetime=180000000 here what I need to specify : jdbcProperties.put("libraries", "CHOBJ1R,CHDATAR,CHOBJ1"); ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.F-Secure.com/ |