Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Just a syntax
Message
De
27/05/2003 20:40:05
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Divers
Thread ID:
00793267
Message ID:
00793326
Vues:
31
Mariam

What is the error message?

>hello !
>probably my question is too easy , but i'm completely confused with the syntax.
>First, i run sql statement in SQL Query Analazer
>select * from mytable where ctype in ('M','B','D') - works fine.
>Second, i create remote view in VFP 8
>CREATE SQL VIEW "RV_MYVIEW";
>REMOTE CONNECT "SQL7" AS ;
>SELECT * ;
>FROM mytable ;
>WHERE ctype IN ( ?pk_type ) browse in DBC works fine
>
>Third, in Init method i write
>pk_type="'M','B','D'"
>REQUERY('RV_MYVIEW') - it doesn't work.
>
>The same syntax i used for local views with VFP6 - everything worked fine.
>May be somebody can help me with this ?
>Thanks a lot, Mariam
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform