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} +