X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/549c8cc2fe3ab03276745d546b0f81297c34a147..72e4e6a397fd04e6d8e0cc5ae22aaba740c3c8bc:/include/wx/dbtable.h diff --git a/include/wx/dbtable.h b/include/wx/dbtable.h index 7b2a64914f..0abe7c8da3 100644 --- a/include/wx/dbtable.h +++ b/include/wx/dbtable.h @@ -19,7 +19,7 @@ #ifndef DBTABLE_DOT_H #define DBTABLE_DOT_H -#include "wx/version.h" +#include "wx/defs.h" #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "dbtable.h" @@ -59,7 +59,7 @@ public: bool Updateable; // Specifies whether this column is updateable bool InsertAllowed; // Specifies whether this column should be included in an INSERT statement bool DerivedCol; // Specifies whether this column is a derived value - SDWORD CbValue; // Internal use only!!! + SQLLEN CbValue; // Internal use only!!! bool Null; // NOT FULLY IMPLEMENTED - Allows NULL values in Inserts and Updates wxDbColDef(); @@ -187,8 +187,8 @@ public: #if WXWIN_COMPATIBILITY_2_4 wxDEPRECATED( wxDbTable(wxDb *pwxDb, const wxString &tblName, const UWORD numColumns, - const wxChar *qryTblName=wxEmptyString, bool qryOnly = !wxDB_QUERY_ONLY, - const wxString &tblPath=wxEmptyString) + const wxChar *qryTblName, bool qryOnly, + const wxString &tblPath) ); #endif // WXWIN_COMPATIBILITY_2_4 @@ -360,7 +360,7 @@ public: // Change this to 0 to remove use of all deprecated functions #if wxODBC_BACKWARD_COMPATABILITY //################################################################################# -//############### DEPRECATED functions for backward compatability ################# +//############### DEPRECATED functions for backward compatibility ################# //################################################################################# // Backward compability. These will eventually go away