Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP with SQL Server db
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00524532
Message ID:
00525604
Vues:
16
Hi Jess:

>>how would it be that it can not be subclass?

The ADO client side recordset object can not be subclassed to extend it functionality beyond what is offered in stock recordset object. It sounds like your using VFP objects to create wrapper classes that adds some new functionality to stock recordset object, but IMO, its a not the same.

>>JVP confirms it that ADO is better when it comes to SP calling.

I argued this point with him and I still believe that SQLEXEC() requires much less code to call a SP and receive a return value. Also, SQLEXEC() statements can be built up as strings then Macro expanded which is great for builing reusable data objects. Try doing that with ADO.

Also, with ADO can you call a stored procedure, pass in parameters and recieve an output parameter and a cursor at the same time? I don't think you can do that with ADO, but you can do it with Fox.


Regards,
Charlie
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform