Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameterized views
Message
From
28/08/1997 13:32:02
 
 
To
28/08/1997 12:42:46
Sonny Chouinard
CHCA Computer Systems Inc.
Lachenaie, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00047341
Message ID:
00047378
Views:
22
>>I'm creating a remote view and would like this view to be parameterized on more than on field.
>>
>>Exemple
>>
>>Select * from mytable where anyfield = anyvalues
>>
>>i replaced anyvalue with ?Cvalue.
>>
>>I tried to replace anyfield with this ?Canyfield
>>
>>?Canyfield = Mytable.field
>>
>>This is not working, is that possible ?
>>
>>
>>Thanks
>
>Hi,
>
> You can try to check in the microsoft knowledge bas but the parametrized view are very restricted. You can do only parametrized view like :
> SELECT * FROM myTable WHERE myfield1 = ?cValue
>OR
> SELECT * FROM myTable WHERE &cCondWhere
>
>Note: The last statement cannot work on remote views. Only the first one actually does work!
>
>Hope this help...


Thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform