Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macro Substitution in SQL View
Message
De
25/11/1998 12:15:05
Walter Meester
HoogkarspelPays-Bas
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00161302
Message ID:
00161444
Vues:
17
Tom,

Today i've made my first updatable view with macrosubstitution.

just make youre view in the following manner:

CREATE SQL VIEW ... AS ;
SELECT fields, ..., ..., .. ;
FROM Tables.... ;
WHERE &?cWhereClause ;
ORDER BY

THIS should do the trick.

Don't forget to use the DBSetprop command to make the view updatable

good luck,

Walter
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform