Connection pooling, time in pool using DB2Connection

Connection string

This DB2 .NET Data Provider connection string can be used for connections to IBM DB2.

Server=myAddress:myPortNumber;Database=myDataBase;UID=myUsername;PWD=myPassword;
Connection Lifetime
=60;

Defines how many seconds the connection can remain idle in the pool before its removed from the pool.