Join ExamsbookAnswer :
What is the difference between ADODC and ADODB?5
Q: What is the difference between ADODC and ADODB?
- Show AnswerHide Answer
- Workspace
Answer :
Explanation :
- 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.