Replaced old with new ODBC classes in "Classes by Category"

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-09-17 09:41:41 +00:00
parent 19d900fd6a
commit 9f9619d8a6

View File

@@ -502,16 +502,17 @@ used internally by the HTML classes.
{\large {\bf Database classes}} {\large {\bf Database classes}}
\overview{Database classes overview}{odbcoverview} wxWindows provides a set of classes for accessing Microsoft's ODBC (Open
Database Connectivity) product, also available for Unix and Linux. The
wxWindows provides two alternative sets of classes for accessing Microsoft's ODBC (Open Database Connectivity) new version by Remstar is documented here:
product. The new version by Remstar is documented in a separate manual.
The older classes are as follows:
\begin{twocollist}\itemsep=0pt \begin{twocollist}\itemsep=0pt
\twocolitem{\helpref{wxDatabase}{wxdatabase}}{Database class} \twocolitem{\helpref{wxDb}{wxdb}}{Database class}
\twocolitem{\helpref{wxQueryCol}{wxquerycol}}{Class representing a column} \twocolitem{\helpref{wxDbColFor}{wxdbcolfor}}{International formatting}
\twocolitem{\helpref{wxQueryField}{wxqueryfield}}{Class representing a field} \twocolitem{\helpref{wxDbColInf}{wxdbcolinf}}{Information about a columns definition}
\twocolitem{\helpref{wxRecordSet}{wxrecordset}}{Class representing one or more record} \twocolitem{\helpref{wxDbTable}{wxdbtable}}{Access to rows of data in a table}
\twocolitem{\helpref{wxDbTableInf}{wxdbtableinf}}{Information describing the table}
\twocolitem{\helpref{wxDbInf}{wxdbinf}}{Database connection}
\end{twocollist} \end{twocollist}