Minor grammatical/formatting changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker 2001-04-20 11:18:04 +00:00
parent e9c4505ef4
commit 5f6d6405bb
2 changed files with 3 additions and 4 deletions

View File

@ -3309,7 +3309,7 @@ The requirements of the SELECT statement are the following:
float for column 3 (e.g. PRICE * 1.10 to increase the price by float for column 3 (e.g. PRICE * 1.10 to increase the price by
10%). 10%).
3. The ROWID can be included in your SELECT statement as the {\bf last} 3. The ROWID can be included in your SELECT statement as the {\bf last}
column selected, if the datasource supports it. Use column selected, if the datasource supports it. Use
wxDbTable::CanUpdByROWID() to determine if the ROWID can be wxDbTable::CanUpdByROWID() to determine if the ROWID can be
selected from the datasource. If it can, much better selected from the datasource. If it can, much better

View File

@ -14,7 +14,7 @@ Following is detailed overview of how to use the wxWindows ODBC classes - \helpr
and \helpref{wxDbTable}{wxdbtable} and their associated functions. These are and \helpref{wxDbTable}{wxdbtable} and their associated functions. These are
the ODBC classes donated by Remstar International, and are collectively the ODBC classes donated by Remstar International, and are collectively
referred to herein as the wxODBC classes. Since their initial inclusion with referred to herein as the wxODBC classes. Since their initial inclusion with
wxWindows v2.x, they have become the standard wxWindows classes for database wxWindows v2.x, they have become the recommended wxWindows classes for database
access. access.
An older version of some classes ported over from wxWindows v1.68 still exist An older version of some classes ported over from wxWindows v1.68 still exist
@ -857,8 +857,7 @@ wxDbConnectInf will free the handle automatically.
\end{verbatim} \end{verbatim}
\normalbox{Remember to never release this environment handle if there are any \normalbox{Remember to never release this environment handle if there are any
connections still using the handle. connections still using the handle.}
}
\subsection{wxODBC - Known Issues}\label{wxodbcknownissues} \subsection{wxODBC - Known Issues}\label{wxodbcknownissues}