wxDb/wxDbTable wxODBC Overview
Currently several major databases, along with other widely used databases, have been tested and supported through the wxODBC classes. The list of supported databases is certain to grow as more users start implementing software with these classes, but at the time of the writing of this document, users have successfully used the classes with the following datasources:
- DB2
- DBase (IV, V)**
- Firebird
- INFORMIX
- Interbase
- MS SQL Server (v7 - minimal testing)
- MS Access (97, 2000, 2002, and 2003)
- MySQL (2.x and 3.5 - use the 2.5x drivers though)
- Oracle (v7, v8, v8i)
- Pervasive SQL
- PostgreSQL
- Sybase (ASA and ASE)
- XBase Sequiter
- VIRTUOSO
An up-to-date list can be obtained by looking in the comments of the function wxDb::Dbms in db.cpp, or in the enumerated type wxDBMS in db.h.
**dBase is not truly an ODBC datasource, but there are drivers which can emulate much of the functionality of an ODBC connection to a dBase table. See the wxODBC Known Issues section of this overview for details.
http://docs.wxwidgets.org/2.8.0/wx_odbcoverview.html#wxodbcconfiguringyoursystem
