Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter Question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
CursorAdapter Question
Miscellaneous
Thread ID:
00841876
Message ID:
00841876
Views:
52
Here's a possible scenerio:

I have a multi-tier app. VFP GUI, BizObj, and a SQL Server data layer. The
BizObj and Data Layer will be compiled into VFP COM objects.

So the GUI passes a query into the BizObj, which passes it to the data layer.
Since the data layer is SQL Server, it would need to have a way to pass the
data back across COM boundries through to the BizObj, so naturally ADO is used.

Then the BizObj passes the ADO RecordSet back to the GUI. The GUI uses a CursorAdapter
to convert the data to VFP tables, which are bound to form controls.

On the reverse, the data from VFP tables is converted back into ADO, then passed through
the BizObj for validation to the data layer and updated into SQL?

Sound about right?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform