Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Tell Which DBC a Table Is In
Message
 
À
19/10/2001 17:05:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00571160
Message ID:
00571167
Vues:
22
>My application supports multiple DBCs and each DBC can have a table with the same name as a table in another DBC.
> Is there anyway to know which DBC a given table is in? For example, MyTable is open and MyTable exists in MyDBC1 and MyDBC2. I would like to know which DBC this table belongs to.
> INDBC() does not work for this purpose.
> I assume that VFP does have this information, because when you look in the DataSession Debug window, the correct database name appears in the bottom left. So I am hoping there is some way to grab this information.
> Thanks, Chaim

Use Display Database command found in MSDN library, to determine which dbc is open in the current session.

Tom
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform