From beb0d04d047966338f95eb2a00ef573d841b1b96 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Sun, 15 Apr 2001 13:08:39 +0000 Subject: [PATCH] Change demo to not try to drop the table when it thinks it is creating it for the first time - per Paul Gammans git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/db/dbtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2