How to Extract the Full Path of a Table in Database ContainerID: Q134978 The information in this article applies to:
SUMMARYThe DBF() function returns the full path of a table that is currently open. Using the FULLPATH() and DBGETPROP() functions, the full path to a table in a database can be determined without opening the table because the relative path of the table to the location of the database is stored in the database.
MORE INFORMATIONThe following commands display the full path of the Customer table in the Testdata database. In this example, the table is in the same directory as the database:
Use the following commands to create a table in a different directory from
the database, and then obtain the path of the table using the functions
described.
Additional reference words: 3.00 VFoxWin
KBCategory: kbtool kbcode
KBSubcategory: FxtoolDbtabledes
|
Last Reviewed: August 16, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |