Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP with SQL Server db
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00524532
Message ID:
00525604
Views:
15
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform