projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3c073a
)
Changed the hardcoded table name to be in all caps for those DBs that only allow...
author
George Tasker
<gtasker@allenbrook.com>
Tue, 28 Dec 2004 18:30:36 +0000
(18:30 +0000)
committer
George 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
patch
|
blob
|
blame
|
history
diff --git
a/samples/db/dbtest.h
b/samples/db/dbtest.h
index 09bfe28a1bc3bb4a91c6e369b0cc79b6f1421343..bdb9c310a3c7d1653d594ae542271bf4041d3b6d 100644
(file)
--- 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