Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Arbitrary Conditions to Parameterised Views
Message
From
21/03/2004 07:53:34
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Passing Arbitrary Conditions to Parameterised Views
Miscellaneous
Thread ID:
00888275
Message ID:
00888275
Views:
41
Whats the trick for creating a parameterised view with arbitrary filter conditions (held - eg - in a string variable called "qrycode") ?

I've tried

SELECT Contacts.*;
FROM ;
CONTACT!CONTACTS;
WHERE (?qrycode)

which crashes either with "function name missing" or "invalid sql clause"

and

WHERE EVALUATE(?qrycode)

which doesn't crash, but never finds any records, even when I set "qrycode" for known matches.

The idea is to allow users to create their own queries as parameterised views on whatever fields and conditions suit them at the time.
Next
Reply
Map
View

Click here to load this message in the networking platform