Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple question on ADO usage
Message
 
To
22/08/2000 21:52:27
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00408085
Message ID:
00408327
Views:
10
Generally, you want to avoid ADO unless you have a specific purpose for it. If you're from the VB world, using ADO and creating objects with properties for each field is second nature, but in VFP, it's just extra overhead.

If your app will be converted to a SQL backend, check out remote views and SQL passthrough. They basically turn remote data into VFP tables and cursors so there is no need to use ADO.

I use ADO a fair amount in COM objects running under COM+ and MTS, but only to return data to VB or ASP clients.

Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform