home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 6_2008-2009.ISO / data / zips / Find_linke2164101022009.psc / @PSC_ReadMe_72509_1.txt < prev    next >
Text File  |  2009-10-02  |  1KB  |  14 lines

  1. Title: Find linked tables in other Access mdbs
  2. Description: This is an Access mdb (in Access 2000 format) that searches a directory path for all mdbs with linked tables.
  3. There is a two-step process:
  4.  
  5. 1) After selecting the search path, the code searches through all subdirectories building a collection of found mdbs.
  6.  
  7. 2) The collection of found files is opened and each table in the mdb's TableDef collection (yes, this uses DAO, not ADO) is checked for the Connect property. If a value is found, it is added to the list box.
  8. In the event there is an error (the mdb cannot be opened, the version is incompatible, etc), the error is noted and the file can be checked later.
  9.  
  10. This file came from Planet-Source-Code.com...the home millions of lines of source code
  11. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=72509&lngWId=1
  12.  
  13. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  14.