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:
@@ -40,7 +40,7 @@ enum DialogModes {mView,mCreate,mEdit,mSearch};
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Name of the table to be created/opened
|
// 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
|
#define wxODBC_BLOB_SUPPORT
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user