Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Scripts
Message
De
02/10/2002 16:01:43
 
 
À
02/10/2002 07:45:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00706584
Message ID:
00707062
Vues:
42
Tool: VFP.

Read the scripts as Text files and put them into a variable:
lcSqlScript = FILETOSTR([MyScript.SQL])
then you execute the script:
&lcSqlScript && This is a macro. the "&" sign in front of the VarName tells VFP to treat the contents of that var as a command.
Hope it helps...
Pablo Márcio de Oliveira

Inside the scream is silent, inside it must remain
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform