Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameterized Views.
Message
From
18/05/2001 12:35:53
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Parameterized Views.
Miscellaneous
Thread ID:
00508811
Message ID:
00508811
Views:
54
I have created a view and it works fine when I use one string as the variable Ex:

PASS1: Works Fine
lcPendCds = '73827282'
CREATE SQL VIEW tranmemo remote connection novtrans as SELECT * FROM tranmemo ;
WHERE ssFno = ?lcPendCds

When I add a few more parameters:

Pass2:
lcPendCds = " '73827282' OR '7627272' OR '8745949' OR '7376478' "
CREATE SQL VIEW tranmemo remote connection novtrans as SELECT * FROM tranmemo ;
WHERE ssFno = ?lcPendCds

The second pass blows up. Is there a why pass all of these parameters?
Next
Reply
Map
View

Click here to load this message in the networking platform