|
| Problem | Configure properties in websphere to pass Sybase JDBC driver in WAS 3.5.X. | | | | Solution | The custom properties are introduced in WAS 4.0.X which could be used to define the customized connection properties to pass to Sybase JDBC driver. In WAS 3.5.X, you can also define the connection properties via datasource.xml file in websphere and pass to the Sybase JDBC driver. The values set for the connectionProperties setting in the datasources.xml file will be passed to the JDBC driver by calling the Sybase setConnectionProperties method. The following is a example for you set the connection properties in datasources.xml to pass to the Sysbase.
<data-sources> <data-source name="some name- your data source name"> <attribute name="connectionProperties" value="<some name-your name to pass>=<some value- your value to pass>"/> </data-source> </data-sources> | |
| | |
| |
|
Product categories: Software, Application Servers, Distributed Application & Web Servers, WebSphere Application Server Operating system(s): Multi-Platform Software version: 3.5 Reference #: 1109459 IBM Group: Software Group Modified date: 2003-05-07
(C) Copyright IBM Corporation 2000, 2004. All Rights Reserved.
|