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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Finding Db's Linked in

Status
Not open for further replies.

Moxy1

Programmer
Aug 29, 2002
75
US
Lets say I have DatabaseA with tblOriginal and somebody creates DatabaseB and creates a link to DatabaseA.tblOriginal. From DatabaseA can i identify that DatabaseB and any other database that is linked in to tblOriginal?
 
The only way that I think you could even attempt this is to have DatabaseA open on a machine & some code running that monitors the ldb file. When another machine opens the table, it will usually create an entry in the ldb file, even if it's via a linked table. You would then be able to see at least which machines/users are opening the database, but I'm not aware of any code which will allow you to discover what the actual file you're being linked from will be.

hth

Ben

----------------------------------------------
Ben O'Hara
David W. Fenton said:
We could be confused in exactly the same way, but confusion might be like Nulls, and not comparable.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top