Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Passthrough or Remote Views
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00596114
Message ID:
00596152
Views:
19
>We are about to undertake a massive rewrite of one of our apps and have made the decision to move to SQL Server for data storage instead of VFP tables.
>
>We are undecided on using remote views or SQL passthrough for accessing the data. I realize that using SQL passthrough I will have the ability to fire stored procedures and can't do this with remote views. Other than that is there a performance benefit from either.
>
>One problem we may run into is that a user may leave the system running on their workstation for an extended period of time. Will either method allow that users system to see changes made by others on the network without requerying the db with either of these methods?
>
>One last thing... In real world example what is the benefit of using stored procedures in a desktop application?
>
>Thanks...
>Tommy
My personal preference is remote views for the bulk of the job and SQL pass-through for special situations.

You may want to take a look at:
http://fox.wikis.com/wc.dll?Wiki~MoreOnRemoteViews~VFP
Hector Correa
Previous
Reply
Map
View

Click here to load this message in the networking platform