Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC vs ADO
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00138418
Message ID:
00138877
Views:
28
Craig,
>>This brings up my original question then...in a physical n-tier
>>environment, how do you get the data to the user services tier?

I guess we need to explore just what 3 tier development really is.
3 Tier development is an architecture decision that divides up applications into UI, Business objects and Data.

3 tier is not COM which is the common misperception today. COM is an implementation detail.

You can return data from a middle tier a bunch of ways:

Return a recordset object from (RDO, ODBCDIRECT, JET, Etc.)
Return an array of information.
Return a collection of objects
Return properties on an object

Each of these methods would work just fine. You just need to write UI code that puts the objects in a UI usable structure.

For instance, we use VFP objects that return properties and cursors


Thanks,
Rod
Rod Paddock
Editor in Chief CoDe Magazine
President Dash Point Software, Inc.
VP Red Matrix Technologies,Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform