Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameterized views and in()
Message
From
29/04/2002 21:44:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Parameterized views and in()
Miscellaneous
Thread ID:
00650711
Message ID:
00650711
Views:
42
> 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
Next
Reply
Map
View

Click here to load this message in the networking platform