From 9f9619d8a63d5c65e4a1bceb99f7c573f2ee6fff Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 17 Sep 2000 09:41:41 +0000 Subject: [PATCH] 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 --- docs/latex/wx/category.tex | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/latex/wx/category.tex b/docs/latex/wx/category.tex index c9710911c9..3ad1756e0f 100644 --- a/docs/latex/wx/category.tex +++ b/docs/latex/wx/category.tex @@ -502,16 +502,17 @@ used internally by the HTML classes. {\large {\bf Database classes}} -\overview{Database classes overview}{odbcoverview} - -wxWindows provides two alternative sets of classes for accessing Microsoft's ODBC (Open Database Connectivity) -product. The new version by Remstar is documented in a separate manual. -The older classes are as follows: +wxWindows provides a set of classes for accessing Microsoft's ODBC (Open +Database Connectivity) product, also available for Unix and Linux. The +new version by Remstar is documented here: \begin{twocollist}\itemsep=0pt -\twocolitem{\helpref{wxDatabase}{wxdatabase}}{Database class} -\twocolitem{\helpref{wxQueryCol}{wxquerycol}}{Class representing a column} -\twocolitem{\helpref{wxQueryField}{wxqueryfield}}{Class representing a field} -\twocolitem{\helpref{wxRecordSet}{wxrecordset}}{Class representing one or more record} +\twocolitem{\helpref{wxDb}{wxdb}}{Database class} +\twocolitem{\helpref{wxDbColFor}{wxdbcolfor}}{International formatting} +\twocolitem{\helpref{wxDbColInf}{wxdbcolinf}}{Information about a columns definition} +\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} +