]> git.saurik.com Git - wxWidgets.git/commitdiff
Minor grammatical/formatting changes
authorGeorge Tasker <gtasker@allenbrook.com>
Fri, 20 Apr 2001 11:18:04 +0000 (11:18 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Fri, 20 Apr 2001 11:18:04 +0000 (11:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/db.tex
docs/latex/wx/tdb.tex

index 1f9f34055be81d41a93e8509d9c1dc41f4f09e12..13bbc5a51ddc27c38db630dd781c6b140de43244 100644 (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 
        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 
index 31772488d750d3c0c4d81f492530159b9a6817f1..db1bb2e0f139d23c4a25a351c3684cbd8a317009 100644 (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 
 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}