2 minor fixes to wxDB docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-08-10 13:19:43 +00:00
parent b4d77d6767
commit f4824f1c2a
2 changed files with 6 additions and 5 deletions

View File

@@ -48,13 +48,13 @@
\input database.tex
\input dataform.tex
\input dataobj.tex
\input db.tex
\input dobjcomp.tex
\input dobjsmpl.tex
\input datstrm.tex
\input date.tex
\input datespan.tex
\input datetime.tex
\input db.tex
\input dc.tex
\input ddeclint.tex
\input ddeconn.tex

View File

@@ -8,12 +8,13 @@ the data source to which the user has sufficient privileges.
\wxheading{Include files}
<wx/version.h>
<wx/iodbc.h>
<wx/isqlext.h>
<wx/version.h>\\
<wx/iodbc.h>\\
<wx/isqlext.h>\\
<wx/db.h>
\latexignore{\rtfignore{\wxheading{Members}}}
\wxheading{Enumerated types}
\label{wxdbenumsqllogstate}\docparam{enum {\bf wxDbSqlLogState}}{sqlLogOFF, sqlLogON}
@@ -45,7 +46,7 @@ each of these database engines.
\docparam{SWORD {\bf wxDb::cbErrorMsg}}{This member variable is populated as a result of
calling \helpref{wxDb::GetNextError}{wxdbgetnexterror}. Contains the count of bytes in the wxDb::errorMsg string.}
\label{wxdbdbstatus}\docparam{int {\bf wxDb::DB_STATUS}}{The last ODBC error that occured on this data connection. Possible codes are:}
\label{wxdbdbstatus}\docparam{int {\bf wxDb::DB\_STATUS}}{The last ODBC error that occured on this data connection. Possible codes are:}
\begin{verbatim}
DB_ERR_GENERAL_WARNING // SqlState = '01000'