Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View Macro Substitution in a SQL statement
Message
De
29/09/1997 15:24:26
 
 
À
29/09/1997 15:18:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00052240
Message ID:
00052258
Vues:
38
>How do you look at a SQL statement that has macro substitution in it before it executes?

If you have some concerns or get errors, than you can just check macros part in messagebox:
cMacros="Where .T."
=messagebox(cMacros)
Select * From Table1 &cMacros.

BTW, you can collect whole command line and look at it and\or run as macros:
cCommand="Select * From table1 "+cWherestring
*** check cCommand in Debug window or using messagebox
&cCommand.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform