From aa324ea98dc55801109c62b813a268a571c20bcf Mon Sep 17 00:00:00 2001 From: George Tasker Date: Tue, 28 Dec 2004 18:30:36 +0000 Subject: [PATCH] Changed the hardcoded table name to be in all caps for those DBs that only allow table names to be in caps git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/db/dbtest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/db/dbtest.h b/samples/db/dbtest.h index 09bfe28a1b..bdb9c310a3 100644 --- a/samples/db/dbtest.h +++ b/samples/db/dbtest.h @@ -40,7 +40,7 @@ enum DialogModes {mView,mCreate,mEdit,mSearch}; #endif // Name of the table to be created/opened -const wxString CONTACT_TABLE_NAME = wxT("contacts"); +const wxString CONTACT_TABLE_NAME = wxT("CONTACTS"); #define wxODBC_BLOB_SUPPORT -- 2.45.2