Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameterized views
Message
De
28/08/1997 12:42:46
Sonny Chouinard
CHCA Computer Systems Inc.
Lachenaie, Québec, Canada
 
 
À
28/08/1997 11:06:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00047341
Message ID:
00047356
Vues:
21
>I'm creating a remote view and would like this view to be parameterized on more than on field.
>
>Exemple
>
>Select * from mytable where anyfield = anyvalues
>
>i replaced anyvalue with ?Cvalue.
>
>I tried to replace anyfield with this ?Canyfield
>
>?Canyfield = Mytable.field
>
>This is not working, is that possible ?
>
>
>Thanks

Hi,

You can try to check in the microsoft knowledge bas but the parametrized view are very restricted. You can do only parametrized view like :
SELECT * FROM myTable WHERE myfield1 = ?cValue
OR
SELECT * FROM myTable WHERE &cCondWhere

Note: The last statement cannot work on remote views. Only the first one actually does work!

Hope this help...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform