Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO Data Control & Simple Data Control in VB6.0

Status
Not open for further replies.

MarcoMB

Programmer
Oct 24, 2006
61
IT
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.

HTH

Bob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top