Subject Another disconnectTopool question
Author mp527
Jason/anyone,

when I use disconnectTopool, should I be doing it like this:

db_connection.deallocatestatements;
db_connection.closetransactions;
db_connection.disconnectTopool;

Currently I am just doing the disconnectTopool and memory seems to
be continually rising with just a few connections in the pool.

Ideas/suggestions?

Thanks,

Tony