Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macro substitution and evaluate - which to use
Message
 
À
19/07/2007 13:45:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01241954
Message ID:
01242151
Vues:
17
>I find it much easier to read code that contains the actual SQL command than code that builds a string and executes it.

Tamar,
what is the difference (for reading the code) between these:
TEXT TO lcSQL NOSHOW PRETEXT 15 TEXTMERGE
     SELECT <<aLine[1]>> AS <<BlaBla>>
           FROM ....
ENDTEXT
&lcSQL
and this:
SELECT (aLine[1]) AS (BlaBla)
       FROM ....
:-) at least for debugging you could have MessageBox(lcSQL) or STRTOFILE(lcSQL,[...]) or even saw what you want in Watch window after first approach.
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