Connection pooling with idle time out using AseConnection

Connection string

This ASE ADO.NET Data Provider connection string can be used for connections to Sybase Adaptive.

Specified in seconds, how long a connection can be idle in the pool before the driver closes the connection.

Data Source=myASEserver;Port=5000;Database=myDataBase;Uid=myUsername;
Pwd
=myPassword;
ConnectionIdleTimeout=600;

Default value is 0, meaning connections can stay idle for an indefinite amount of time. The driver will never close the connection.