MDAC is a framework that allows developers to access data stores uniformly. It consists of ADO, OLE DB, and ODBC components. MDAC architecture includes three layers: a programming interface (ADO/ADO.NET), a database access layer provided by vendors, and the database. OLE DB allows uniform data store access. ODBC provides a native interface through which drivers access specific databases. ADO is a high-level interface that uses OLE DB. It consists of objects and collections that allow creating, retrieving, updating and deleting data.