Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Drop all tables from my directory
Message
De
07/09/2006 08:54:45
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Divers
Thread ID:
01151692
Message ID:
01151716
Vues:
32
hi,
thank you ,it works
>>hi all,
>>
>>i need to drop all tables and all .xls at my folder
>>
>>via VFP program AS
>>
>>
>>set defa to d:\blabla
>> DROP *.TABLE
>> DROP *.xls
>>
>>thanks
>
>
set defa to d:\blabla
>ERASE *.dbf
>ERASE *.cdx
>ERASE *.fpt
>ERASE *.xls
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform