X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3677ad324e00cb69cf56765a43b54c63a5e4c70..6759ff7d4de5817b4b93f10e0b697700f5a18467:/samples/db/dbtest.h?ds=sidebyside 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