X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/645889ad25eaa6e332463a6105a1dfd63d917d36..413055db0f047c4a1dca0230b6094f18a65e5f56:/demos/dbbrowse/browsedb.h diff --git a/demos/dbbrowse/browsedb.h b/demos/dbbrowse/browsedb.h index 155bfc157c..1c40dbc6e0 100644 --- a/demos/dbbrowse/browsedb.h +++ b/demos/dbbrowse/browsedb.h @@ -1,7 +1,7 @@ //---------------------------------------------------------------------------------------- // Name: browsedb.h // Purpose: a wxDb class -// Author: Mark Johnson, mj10777@gmx.net +// Author: Mark Johnson // Modified by: // Created: 19991127.mj10777 // Copyright: (c) Mark Johnson @@ -14,7 +14,7 @@ //---------------------------------------------------------------------------------------- // Global structure for holding ODBC connection information //---------------------------------------------------------------------------------------- -extern wxDbConnectInf DbConnectInf; +//extern wxDbConnectInf DbConnectInf; class MainDoc; //---------------------------------------------------------------------------------------- @@ -61,7 +61,7 @@ public: //--------------------------------------------------------------------------------------- BrowserDB(); ~BrowserDB(); - void Zeiger_auf_NULL(int Art); + void PointerToNULL(int Art); bool Initialize(int Quiet); //--------------------------------------------------------------------------------------- bool OnStartDB(int Quiet); @@ -70,7 +70,7 @@ public: bool OnExecSql(wxString SQLStmt,int Quiet); bool OnGetNext(int Cols,int Quiet); wxDbInf* OnGetCatalog(int Quiet); - wxDbColInf* OnGetColumns(char *tableName, int numCols,int Quiet); + wxDbColInf* OnGetColumns(char *tableName, UWORD numCols,int Quiet); void OnFillSqlTyp(); void OnFilldbTyp(); //---------------------------------------------------------------------------------------