⟩ Please explain what is the difference between ODBC and ADO?
Open Database Connectivity is a standard for managing database operations in applications. The standard uses the same methods for Oracle as for Mysql. For example, it declares the connection with particularity at the user or operating system level.
ADO is a set of .Net libraries for data management, including ODBC connections. For ADO, ODBC is a driver.