Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote Views, SQL PT, or ADO?
Message
From
22/11/1999 13:20:14
 
 
To
22/11/1999 10:34:04
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00293784
Message ID:
00293998
Views:
43
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform