Updates to reflect changes in db.cpp member variables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -431,7 +431,7 @@ wxDbColInf* BrowserDB::OnGetColumns(wxChar *tableName, UWORD numCols, int WXUNUS
|
|||||||
(cl_BrowserDB+i)->pColFor->Format(1,
|
(cl_BrowserDB+i)->pColFor->Format(1,
|
||||||
(cl_BrowserDB+i)->dbDataType,
|
(cl_BrowserDB+i)->dbDataType,
|
||||||
(cl_BrowserDB+i)->sqlDataType,
|
(cl_BrowserDB+i)->sqlDataType,
|
||||||
(cl_BrowserDB+i)->columnSize,
|
(cl_BrowserDB+i)->columnLength,
|
||||||
(cl_BrowserDB+i)->decimalDigits);
|
(cl_BrowserDB+i)->decimalDigits);
|
||||||
}
|
}
|
||||||
return cl_BrowserDB;
|
return cl_BrowserDB;
|
||||||
|
@@ -212,7 +212,7 @@ int DBTree::OnPopulate()
|
|||||||
SQL_TYPE += DB_TYPE;
|
SQL_TYPE += DB_TYPE;
|
||||||
Funkt = AppendItem(Docu,SQL_TYPE,TreeIc_DocClosed,TreeIc_DocOpen,new DBTreeData(SQL_TYPE));
|
Funkt = AppendItem(Docu,SQL_TYPE,TreeIc_DocClosed,TreeIc_DocOpen,new DBTreeData(SQL_TYPE));
|
||||||
SQL_TYPE.Printf(_T("%10s %d,%d"),((ct_BrowserDB->pTableInf+x)->pColInf+y)->typeName,
|
SQL_TYPE.Printf(_T("%10s %d,%d"),((ct_BrowserDB->pTableInf+x)->pColInf+y)->typeName,
|
||||||
((ct_BrowserDB->pTableInf+x)->pColInf+y)->columnSize,((ct_BrowserDB->pTableInf+x)->pColInf+y)->decimalDigits);
|
((ct_BrowserDB->pTableInf+x)->pColInf+y)->columnLength,((ct_BrowserDB->pTableInf+x)->pColInf+y)->decimalDigits);
|
||||||
Funkt = AppendItem(Docu,SQL_TYPE,TreeIc_DocClosed,TreeIc_DocOpen,new DBTreeData(SQL_TYPE));
|
Funkt = AppendItem(Docu,SQL_TYPE,TreeIc_DocClosed,TreeIc_DocOpen,new DBTreeData(SQL_TYPE));
|
||||||
} // for (y=0;y<(ct_BrowserDB->pTableInf+x)->numCols;y++)
|
} // for (y=0;y<(ct_BrowserDB->pTableInf+x)->numCols;y++)
|
||||||
} // if ((ct_BrowserDB->pTableInf+x)->pColInf)
|
} // if ((ct_BrowserDB->pTableInf+x)->pColInf)
|
||||||
|
Reference in New Issue
Block a user