Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Importing / Linking / August 2005

Tip: Looking for answers? Try searching our database.

File Path

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Gene - 24 Aug 2005 16:47 GMT
Is there a hidden table that stores the file path of linked files?
Thanks,
Gene
Klatuu - 24 Aug 2005 19:01 GMT
No, it is in the Connect property of the TableDefs Method of the CurrentbDB
object for each table:
CurrentDB.TableDefs("MyTableName").Connect
will return the path.  For example:

?currentdb.TableDefs("cisattributetable").Connect
;DATABASE=\\rsltx1-bm01\busmgmt\dev ciscms\ciscmsdata.mdb

> Is there a hidden table that stores the file path of linked files?
> Thanks,
> Gene
Klatuu - 24 Aug 2005 19:03 GMT
Already answered in another group.

> Is there a hidden table that stores the file path of linked files?
> Thanks,
> Gene
John Nurick - 24 Aug 2005 19:12 GMT
It's in the Database field of MSysObjects - but the information is also
in the Connect property of the TableDef.

>Is there a hidden table that stores the file path of linked files?
>Thanks,
>Gene

--
John Nurick [Microsoft Access MVP]

Please respond in the newgroup and not by email.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.