Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
AddProperty and Com.dll
Message
 
À
31/10/1998 17:04:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00152924
Message ID:
00153243
Vues:
20
Hi Michael...

When doing middle-tier work, from a performance standpoint - and to work with MTS - should that day arrive - you will want a stateless model. Right now, the way things are set up, you need to continually query to object's interface to get data. Another approach is to use a method that returns an ADO recordset to the client. Now, all work can be done at the client - without the need to make continual round-trip calls to the server object. The only time you would need the services of the server object would be when and update would have to occur.

Just another approach...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform