Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What are your Views on Views?
Message
De
26/07/2000 17:28:43
 
 
À
26/07/2000 11:56:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00397035
Message ID:
00397347
Vues:
10
Thanks Ken

We may or may not actually upsize the app to SQL Server so we are only making sure that the upsizing process will be as easy as possible when that time comes.

As a first step we are making sure we do as much through views as possible.

Your point about keeping look up tables local but updated from server when needed is well taken and I would be doing that if it wasn't for the fact that the system is likely to end up being run on Citrix Terminal Server (I am not sure if the apps will be able to see local hard drives).

However what about tables such as the table that keeps all the surrogate key counters? Surely that table must be kept with the application on the server.



Mark,
>
>I suggest the following:
>
>1 - use SPT cursors called from Back End stored procedures instead of VFP views - advantages:
>* more control
>* less net traffic
>* faster server side processing
>* no VFP database needed
>
>2 - use local free tables for look-ups - updated from server as needed
>
>This is the approach I took and it has worked extremely well
>
>Ken
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform