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
This commit is contained in:
George Tasker 2004-12-28 18:30:36 +00:00
parent d3c073a285
commit aa324ea98d

View 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