Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macro Substitution in SQL View
Message
De
25/11/1998 08:52:17
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00161302
Message ID:
00161309
Vues:
20
>Is there a way, programmatically or from the desinger to use macro substitution in a view? I have an application that takes a user-defined filter and creates a fairly complex where clause. I create a tmp table and update the master from this. I'd rather use an updatable view.

'WHERE' clause should be created in this manner:
SELECT...;
WHERE table.field = ?varMyVariable...etc.
You can accomplish this in view designer, or write it directly.
Danijel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform