]> git.saurik.com Git - wxWidgets.git/commitdiff
Change demo to not try to drop the table when it thinks it is creating it for the...
authorGeorge Tasker <gtasker@allenbrook.com>
Sun, 15 Apr 2001 13:08:39 +0000 (13:08 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Sun, 15 Apr 2001 13:08:39 +0000 (13:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/db/dbtest.cpp

index 4bbb8474ef3654ec2f570f4865f80b955d0ac72a..7ef45fda0c389269837fff0b026141c635273699 100644 (file)
@@ -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