Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PARAMETRIZED WHERE
Message
De
06/08/1997 17:19:48
Sonny Chouinard
CHCA Computer Systems Inc.
Lachenaie, Québec, Canada
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
PARAMETRIZED WHERE
Divers
Thread ID:
00043422
Message ID:
00043422
Vues:
74
I want to convert some views (where I'm using parametrized condition) to a parametrized WHERE.

Here is an example :

CREATE SQL VIEW "myView" AS
SELECT * FROM myTable WHERE myTable.field1 LIKE ?THISFORM.cValue

----------------

CREATE SQL VIEW "myView" AS
SELECT * FROM myTable WHERE & ?THISFORM.cCondWhere


so I can put my conditions in the cCondWhere
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform