Trying to configure connection pooling in standalone Java application. Using UCP and Sybase DB. I am stuck at Connection Factory ClassName to use for Sybase.
Tried using com.sybase.jdbc4.jdbc.SybConnectionPoolDataSource but with no success.
Trying to configure connection pooling in standalone Java application. Using UCP and Sybase DB. I am stuck at Connection Factory ClassName to use for Sybase.
Tried using com.sybase.jdbc4.jdbc.SybConnectionPoolDataSource but with no success.
It's just like using a Connection from some props file, except you create a DataSource Object first, then retrieve your connection from the DataSource. I can't give you a better example than is in the Sybase documentation here...