Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AddProperty and Com.dll
Message
 
 
To
31/10/1998 17:04:04
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00152924
Message ID:
00153243
Views:
21
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...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform