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:
01585593
Vues:
71
Borislav gave you the code.

Keep in mind that this will not guarantee the file is not corrupt. It will simply tell you if it can be opened.


>This is my code - it opens the first database and then errors trying to get the second with Funcion argument value type or count is invalid - I must be missing something very obvious
>
>CLEAR
>CLEAR ALL
>SET EXACT ON
>SET TALK off
>SET DEFAULT TO c:\global
>PUBLIC dbfs,cta
>DIMENSION dbfs(1000)
>DIMENSION gadatabase(1000)
>gadatabase=""
>
>
>gnDbcnumber = ADIR(gaDatabase, '*.DBF') && Create array
>FOR nCount = 1 TO gnDbcnumber && Loop for number of databases
>dbfs(ncount)=gadatabase(ncount,1)
>ENDFOR
>
>
>STORE ncount TO cta
>
>DIMENSION dbfs(cta)
>
>
>FOR xxxx=1 TO cta
>STORE ALLTRIM(dbfs,xxxx) TO tablex
>tablex=ALLTRIM(tablex)
>USE &tablex IN 0 SHARED
>next
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform