Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macro Substitution in SQL View
Message
From
25/11/1998 12:15:05
Walter Meester
HoogkarspelNetherlands
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00161302
Message ID:
00161444
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform