Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to determine what Databases are Open?

Status
Not open for further replies.

tjcusick

Programmer
Dec 26, 2006
134
US
Any know of a tool or a procedure to tell at a specific point what databases are opened?
 
I would guess that you would need to have a public variable (StringList maybe?) and each time you open a database add that database name to the list and when you close a database remove that name from the list. That way you will have a list of all open databases.



Leslie

Anything worth doing is a lot more difficult than it's worth - Unknown Induhvidual

Essential reading for database developers:
The Fundamentals of Relational Database Design
Understanding SQL Joins
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top