Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multi-Parameterized Remote View
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00023255
Message ID:
00023383
Views:
24
>SELECT * FROM myTable WHERE myCodeField IN ?myCodeVariable and in this particular case
myCodeVariable = "'AAAA','BBBB','CCCC'"
Think you need like this

select * form mytable where (mycodefield in myvariable(1)).or.(mycodefield in myvariable(2)).or. etc

HTH
Todd Burstain, MD
infinitydoc@delphi.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform