]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/dbbrowse/browsedb.h
Small updates
[wxWidgets.git] / demos / dbbrowse / browsedb.h
index 155bfc157ce4556ddf8e94164bfac083ad099684..1c40dbc6e039674a80e178af4015456982187d4e 100644 (file)
@@ -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();
     //---------------------------------------------------------------------------------------