Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hi All,
If we call pub.db.close service, will it remove the db connection object from the pool or will it move back the connection object back to the conn pool?
Regards, Pauly
As far i know it will close the db connection object from the pool which is opened.
HTH, RMG
RMG,
Once it is closed, will the connection object be available to other services?
yes.