Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Just a syntax
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Just a syntax
Miscellaneous
Thread ID:
00793267
Message ID:
00793267
Views:
49
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
Next
Reply
Map
View

Click here to load this message in the networking platform