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:
00785511
Vues:
9
Thanx Kevin.

I Have a question regarding the Developer's Guide so I am going to post it on another thread.

Regards,
Neil


>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,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform