Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO Classes
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00577440
Message ID:
00577502
Views:
22
>Hi Larry..
>
>Dataclas/COM is 100% ADO.
>
>Dataclas/VFP uses a hybrid of ADO/SPT. In a nutshell, it breaks down like this:
>
>All updates are marshaled through an ADO Command Object which referenced a stored procedure. All data is retrieved through stored procedures. In the case of parent data, data is fetched into an ADO Recordset. For the case of child data, SPT is used to facilitate fetching data into VFP cursors.
>
>Any modifications made, whether it be to a parent record or child data, all of those changes are marshaled to ADO Command Object Parameters in order for the changes to be sent to the appropriate stored procedure.
>
>HTH..

Thanks John. This is probably spelled out in the docs; however, it isn't on the web site anywhere. I thought the COM (at least) had to make use of ADO. I wasn't sure about the VFP version. Rod could have coded the whole abstraction layer using VFP and dynamic Remote Views. ;-)

Just kidding!
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform