Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote Views, SQL PT, or ADO?
Message
De
22/11/1999 13:20:14
 
 
À
22/11/1999 10:34:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00293784
Message ID:
00293998
Vues:
42
>Hi Jane,
>
>Remote Views are going to be awkward to work with in a physical n-tier design as they cannot be used by anything but VFP components. I think I would recommend becoming familiar with ADO in that case. Remote views work best in 2-tier situations.


John,

I beg to differ. Remote views can be used in a middle tier the same way they can be used in the front end. I personally thing doing this...

vp_CustID = 123
use v_Customer

replace Blah with Blah, ;
Blah with Blah, ;
Balh with Blah, etc

lSuccess = tableupdate()

Is easier than using SPT and building the Update query string. Granted, you won't have access to the remote view in the UI, but that is a different issue.

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform