Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
3 tier and performance
Message
From
02/07/1999 15:49:21
 
 
To
01/07/1999 08:37:19
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00235905
Message ID:
00237015
Views:
18
>There is allways some compromise to do. 3-tier architecture is more flexible that a monolitic app, but it's generally slower.
>
>To get a list of records, you can:
>- Have a method in the business layer that pull out all the records needed and have methods to get each receords separately (GetNext(), GetPrevious(), etc.) So you can build a cursor in your presentation layer and fill it out with successive calls to the GetNext() method
>- Use ADO to pass recordset between the layers
>
>>I donnot really want to bypass the business layer. I am only curious how to pull data through this layer in the most effective way (i.e. speed)

Thankx Sylvain!

That's what I was afraid of!

BB
Previous
Reply
Map
View

Click here to load this message in the networking platform