Searching for "ADODB"

Q:

What is the difference between ADODC and ADODB?

Answer

- 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.

Report Error

View answer Workspace Report Error Discuss