Applied patch [ 701238 ] Added BLOB support to dbtable.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-05-03 15:28:18 +00:00
parent 4b8f491298
commit 5962bdb85a
3 changed files with 59 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ enum DialogModes {mView,mCreate,mEdit,mSearch};
const wxChar CONTACT_TABLE_NAME[] = "contacts";
#define wxODBC_BLOB_EXPERIMENT 0
#define wxODBC_BLOB_EXPERIMENT 1
// Number of columns in the CONTACT table
#if wxODBC_BLOB_EXPERIMENT > 0