You can have many transaction objects pointing to each database respectively. But just make sure that it is not impacting performance.
If you want many transaction object ( say > 10) then create only few of them as global transaction object apart from SQLCA and rest can be created and destroyed as and when required. Assign most freqently accessed database to SQLCA.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.