Archive for the 'ODBC Drivers' Category

ODBC Driver Types

File Based Driver
File-based drivers are used with data sources such as dBASE that do not provide a stand-alone database engine for the driver to use. These drivers access the physical data directly and must implement a database engine to process SQL statements. As a standard practice, the database engines in file-based drivers implement the subset [...]

Where can I find an ODBC driver?

Database programs often come with their own drivers built in, and many ODBC drivers are available in the list of drivers in the ODBC Data Source Administrator. You can also try searching the Internet or you can contact the manufacturer of the database program that you want to use.