Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connecting framework to vfp7 back end
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00785027
Message ID:
00785499
Vues:
10
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform