]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed the hardcoded table name to be in all caps for those DBs that only allow...
authorGeorge Tasker <gtasker@allenbrook.com>
Tue, 28 Dec 2004 18:30:36 +0000 (18:30 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Tue, 28 Dec 2004 18:30:36 +0000 (18:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/db/dbtest.h

index 09bfe28a1bc3bb4a91c6e369b0cc79b6f1421343..bdb9c310a3c7d1653d594ae542271bf4041d3b6d 100644 (file)
@@ -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