What's the real differences between use Adodc activeX control for database and simple Data control in VB6.0?
What choice the programmer have to consider relating those controls?
The "native" data control is intended for DAO. The ADO data control is for ADO. The only real choice the programmer has is to use neither of them. If you must use a data control, use the ADO one. But, you really need to learn how to use the ADO classes to access and manipulate data.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.