Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADO Classes
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
00577440
Message ID:
00577502
Vues:
23
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform