Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get the DBF name
Message
De
08/05/2001 18:13:46
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00505043
Message ID:
00505045
Vues:
24
This message has been marked as the solution to the initial question of the thread.
>ADBObjects(laTables, 'Table') returns the alias name given to the tables in the DBC. This is NOT the actual DBF name returned by the OS. For example, CREATE TABLE 'SRCTYPES.DBF' NAME 'SOURCE_TYPES', would return SOURCE_TYPES in the ADBObjects() function. What function will give me the actual DBF filename WITHOUT opening the table first and using the DBF() function?
>
>TIA!

The closest I can think of is
DBGETPROP("TableName", "Table", "Path")
This is the file name and path relative from the DBC.
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform