Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Opening all dbfs in a directory
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01585571
Message ID:
01585590
Vues:
72
CLEAR
CLEAR ALL
SET EXACT ON
SET TALK off
SET DEFAULT TO c:\global
LOCAL nCount, gnDbcnumber, gaDatabase[1]
 
gnDbcnumber = ADIR(gaDatabase, '*.DBF') && Create array
FOR nCount = 1 TO gnDbcnumber           && Loop for number of databases
    USE (gaDatabase[nCount, 1]) IN 0
ENDFOR
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform