Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Should CursorAdapters Become The Data Layer?
Message
From
17/02/2003 20:40:39
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00754297
Message ID:
00754311
Views:
23
Hi, Brian.

>I'm working on building a new n-tier app in VFP 8 and want to take full advantage of the new functionality and features it offers. So I guess the question is, should the data layer now be CursorAdapters?
>
>I'm struggling with how to best implement them since there still should be separation between layers and it seems that CAs tie forms closer to the data layer.

As I see it, CursorAdapters are not the data layer, but the means to exchange data. You can pass a CursorAdapter between tiers (data - bizobjs - UI) and use the underlying dataset, much as we could do before with an XML string or an ADO recorset, but with a cleaner interface.

Hope this helps,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform