- When u build connection with database through coding, then its ADODB.When u build connection with database through ADO component, then its ADODC.
- ADODB is a ActiveXdll and ADODC is a ActiveXcontrol.
- No Need to bind with controls in ADODB whereas in ADODC we should bind with controls.