From 5f6d6405bbe3b46a71e3d79390b00c99dd127c17 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Fri, 20 Apr 2001 11:18:04 +0000 Subject: [PATCH] Minor grammatical/formatting changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/db.tex | 2 +- docs/latex/wx/tdb.tex | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/latex/wx/db.tex b/docs/latex/wx/db.tex index 1f9f34055b..13bbc5a51d 100644 --- a/docs/latex/wx/db.tex +++ b/docs/latex/wx/db.tex @@ -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 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 wxDbTable::CanUpdByROWID() to determine if the ROWID can be selected from the datasource. If it can, much better diff --git a/docs/latex/wx/tdb.tex b/docs/latex/wx/tdb.tex index 31772488d7..db1bb2e0f1 100644 --- a/docs/latex/wx/tdb.tex +++ b/docs/latex/wx/tdb.tex @@ -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 the ODBC classes donated by Remstar International, and are collectively 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. 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} \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} -- 2.47.2