Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parametrized view and multiples parameters
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00430842
Message ID:
00431026
Vues:
15
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform