Respuesta :

Answer:

The correct answer for the given question is ODBC Driver.

Explanation:

The ODBC Driver is open database connectivity that allow the accessing the database mangaement system.The component of ODBC architecture is given below

1.Application:It is a program which calls ODBC functions that submit the SQL statements.The main purpose of Application is to interact with user.

2.ODBC Driver Manager: It accepted the ODBC API function call which is send by the Application

3.ODBC Driver:It process the ODBC API function which is send by the ODBC Driver Manager it also establish database connection.

4.Data source:it is set of data which is access by the ODBC Driver.