Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
USE (all tables) again in 0
Message
 
À
27/08/2003 06:59:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00823712
Message ID:
00823721
Vues:
31
>There is a way to use all the tables of specific database again in 0 by one\two command\s?
>Thanks in advance

Chaim,
try something like
Local lcDBC, lnLen, laTables[1], i

lcDBC = JustStem(Dbc())
lnLen = ADBObjects(laTables, "TABLE")
For i=1 to lnLen
	USE lcDBC+"!"+laTables[i] in 0
EndFor
Caroline
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform