Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parametrized view and multiples parameters
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00430842
Message ID:
00431026
Views:
14
>Hi
>
>I'm working with a view using multiples parameters.
>Sometimes I need to use one parameters and sometimes another. How can I do that?
>
>TIA

Steve Dingle was just talking about how he does this over on CompuServe. He's defined his view where the entire WHERE clause gets macro expanded. For example:
Select whatever ;
   from some table ;
   where &lcWhere
and then he defines lcWhere at runtime.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform