Question
Datacom group
NZ
Last activity: 6 Nov 2018 20:02 EST
Closing DB connections in Pega robotics
Hi All,
I have used OlDbQuery, ODBCQuery SqlQuery and OracleQuery and assumed that the DB connection is getting closed automatically after using the Execute method of these components.I want to know how the DB connections are getting closed internally and what sort of DB related exceptions that we have to handle using the try catch. DBconcurrencyExceptions , OdbcExceptions etc.