Sybase JCO Connection Pool Properties for SAP

Java Connector (JCO) includes JavaDocs for the JCO.createClient(java.util.Properties) method. However Sybase has extended this method to include additional properties.

Sybase specific properties follow this naming convention: sybase.propertyname.
Property Description
sybase.maxconnections The maximum number of connections the pool should allow. The default is 10.
sybase.maxwaittime The maximum wait time (in milliseconds) for a connection to become available when sybase.maxconnections has been reached. The default is 30 seconds.
Related tasks
Preparing the Unwired Platform Environment for SAP Connections
Adding a New Connection Pool
Creating a Custom SAP Connection Pool from a Template


Created September 17, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com