Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connecting framework to vfp7 back end
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00785027
Message ID:
00785499
Views:
11
Neil,

>It was terrific to see all of my data tables in the Binding Source Member Selection dialog.
>How come my local views are not listed? How do I pass the local views the paramaters?

I just checked with the Fox team and here's the scoop:

1. You can access local views using the following syntax:
SELECT * FROM <view-name>
or
USE <view-name>
2. You cannot use remote views from the provider.

3. You cannot use parameterized views, which is a pretty severe limitation! You have to remove parameters from the view and supply them as part of the query. For example:
SELECT * From lv_Orders WHERE OrderID = 1000
Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform