Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Just a syntax
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Just a syntax
Divers
Thread ID:
00793267
Message ID:
00793267
Vues:
46
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform