Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameterized views and in()
Message
 
 
To
29/04/2002 21:44:58
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00650711
Message ID:
00652229
Views:
15
See
- PRB: Parameterized View Discrepancy Using IN() Filter Criteria mskb #Q156631.
- IN() parameterized Views Thread #397490.

>> Hi
>>
>> I have defined a view like this:
>>
>>
>> * parent is a numeric field
>>
>> SELECT *;
>> FROM data!table;
>> WHERE table.parent IN (?cList);
>> ORDER BY table.position
>>
>> The problem comes when I enter the parameter, due to view only reads the
>> first value of the list.
>
> what is the the best and easy way to solve this?
>
>TIA
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform