diff --git a/samples/db/dbtest.cpp b/samples/db/dbtest.cpp index 4bbb8474ef..7ef45fda0c 100644 --- a/samples/db/dbtest.cpp +++ b/samples/db/dbtest.cpp @@ -1157,7 +1157,7 @@ bool CeditorDlg::Initialize() return FALSE; } else - wxGetApp().CreateDataTable(TRUE); + wxGetApp().CreateDataTable(FALSE); } // Tables must be "opened" before anything other than creating/deleting table can be done