Pubdbclose

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?

Regards,
Pauly

yes.