MDAC 2.5 SDK - ODBC Programmer's Reference
Chapter 3: ODBC Architecture


 

Driver Architecture

Driver architecture falls into two categories, depending on which software processes SQL statements:

Driver architecture is generally interesting only to driver writers; that is, driver architecture generally makes no difference to the application. However, the architecture can affect whether an application can use DBMS-specific SQL. For example, Microsoft Access provides a stand-alone database engine. If a Microsoft Access driver is DBMS-based—it accesses the data through this engine—the application can pass Microsoft Access–SQL statements to the engine for processing.

However, if the driver is file-based—that is, it contains a proprietary engine that accesses the Microsoft® Access .mdb file directly—any attempts to pass Microsoft Access–specific SQL statements to the engine are likely to result in syntax errors. The reason is that the proprietary engine is likely to implement only ODBC SQL.