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
This commit is contained in:
@@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user