From: George Tasker Date: Sat, 10 Dec 2005 00:37:05 +0000 (+0000) Subject: DB2 databases were mistakenly reporting that they were dBase databases X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ae2807c2e61436c22ba6d985cab011af96525318 DB2 databases were mistakenly reporting that they were dBase databases git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/db.cpp b/src/common/db.cpp index 5d92d95366..7c27289e08 100644 --- a/src/common/db.cpp +++ b/src/common/db.cpp @@ -3948,7 +3948,7 @@ wxDBMS wxDb::Dbms(void) baseName[3] = 0; if (!wxStricmp(baseName,wxT("DB2"))) - return((wxDBMS)(dbmsType = dbmsDBASE)); + return((wxDBMS)(dbmsType = dbmsDB2)); return((wxDBMS)(dbmsType = dbmsUNIDENTIFIED));