Applied patch [ 566816 ] adds xBase type for Sequiter's SQL/ODBC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-08-16 12:43:07 +00:00
parent 8f8edad80e
commit 9f4de2dcf8
3 changed files with 13 additions and 4 deletions

View File

@@ -452,7 +452,8 @@ enum wxDBMS
dbmsVIRTUOSO,
dbmsDB2,
dbmsINTERBASE,
dbmsPERVASIVE_SQL
dbmsPERVASIVE_SQL,
dbmsXBASE_SEQUITER
};