#include "wx/defs.h"
-#if wxUSE_ODBC
+// this code is old and shouldn't be used - use the new ODBC classes in db.cpp
+// and dbtable.cpp instead
+#define wxUSE_OLD_ODBC 0
+
+#if wxUSE_OLD_ODBC
#ifdef __VISUALC__
#pragma warning(disable:4706) // assignment within conditional expression
HENV wxDatabase::hEnv = 0;
int wxDatabase::refCount = 0;
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxDatabase, wxObject)
IMPLEMENT_DYNAMIC_CLASS(wxQueryCol, wxObject)
IMPLEMENT_DYNAMIC_CLASS(wxQueryField, wxObject)
IMPLEMENT_DYNAMIC_CLASS(wxRecordSet, wxObject)
-#endif
wxDatabase::wxDatabase(void)
{
#pragma warning(default:4706) // assignment within conditional expression
#endif // VC++
-#endif // wxUSE_ODBC
+#endif // wxUSE_OLD_ODBC