Subject DB Connection list
Author rodbracher
Hi

What is the best way to get a list of objects that are currently
conencted to the database? We use TIBOTable and TIBOQuerie objects
connected through one TIBODatabase. Some of these are left active =
true while the app is runing.

Since I am changing to databse level user login, If I want to change a
user in the app, I will need to deactivate/reactivate any such open
tables/queries.

Thanks

Rod