]> git.saurik.com Git - wxWidgets.git/commitdiff
A few spelling typos fixed
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 29 Nov 2000 15:29:04 +0000 (15:29 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 29 Nov 2000 15:29:04 +0000 (15:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/db.tex

index c0ac732b2f898f7fd42aa6a26c83d3f42a1cfa01..edfc8ef4222d86bd99c04f347ff465108ab1d8cc 100644 (file)
@@ -6,10 +6,12 @@ database connection allows function to be performed directly on the
 datasource, as well as allowing access to any tables/views defined in
 the datasource to which the user has sufficient privileges.
 
 datasource, as well as allowing access to any tables/views defined in
 the datasource to which the user has sufficient privileges.
 
+
 \wxheading{Include files}
 
 <wx/db.h>
 
 \wxheading{Include files}
 
 <wx/db.h>
 
+
 \wxheading{Helper classes and data structures}
 
 The following classes and structs are defined in db.cpp/.h for use with the wxDb class.
 \wxheading{Helper classes and data structures}
 
 The following classes and structs are defined in db.cpp/.h for use with the wxDb class.
@@ -21,6 +23,7 @@ The following classes and structs are defined in db.cpp/.h for use with the wxDb
 \item \helpref{wxDbInf}{wxdbinf}
 \end{itemize}
 
 \item \helpref{wxDbInf}{wxdbinf}
 \end{itemize}
 
+
 \wxheading{Constants}
 
 NOTE: In a future release, all ODBC class constants will be prefaced with 'wx'
 \wxheading{Constants}
 
 NOTE: In a future release, all ODBC class constants will be prefaced with 'wx'
@@ -56,6 +59,7 @@ NOTE: In a future release, all ODBC class constants will be prefaced with 'wx'
 
 
 \subsection{Enumerated types}\label{wxdbenumeratedtypes}
 
 
 \subsection{Enumerated types}\label{wxdbenumeratedtypes}
+\wxheading{Enumerated types}
 
 \docparam{enum {\bf wxDbSqlLogState}}{sqlLogOFF, sqlLogON}
 
 
 \docparam{enum {\bf wxDbSqlLogState}}{sqlLogOFF, sqlLogON}
 
@@ -81,6 +85,7 @@ These are the databases currently tested and working with the ODBC classes.  A c
 
 See the remarks in \helpref{wxDb::Dbms}{wxdbdbms} for exceptions/issues with each of these database engines.
 
 
 See the remarks in \helpref{wxDb::Dbms}{wxdbdbms} for exceptions/issues with each of these database engines.
 
+
 \wxheading{Public member variables}
 
 \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.}
 \wxheading{Public member variables}
 
 \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.}
@@ -327,7 +332,7 @@ finished using the connections and all wxDbTable instances that use any of
 the connections have been closed.
 
 This function performs a \helpref{wxDb::CommitTrans}{wxdbcommittrans} 
 the connections have been closed.
 
 This function performs a \helpref{wxDb::CommitTrans}{wxdbcommittrans} 
-on the connection before closing it to commit any changes tht are still 
+on the connection before closing it to commit any changes that are still 
 pending, as well as to avoid any function sequence errors upon closing 
 each connection.
 
 pending, as well as to avoid any function sequence errors upon closing 
 each connection.
 
@@ -499,7 +504,7 @@ wxDbTable instances commits any pending transactions on all three wxDbTable
 instances.
 
 Until a call to wxDb::CommitTrans() is made, no other user or cursor is able 
 instances.
 
 Until a call to wxDb::CommitTrans() is made, no other user or cursor is able 
-to see any changes made to the row(s) that have been inserted/modifed/deleted.
+to see any changes made to the row(s) that have been inserted/modified/deleted.
 
 
 \wxheading{Special Note : {\it Cursors} }
 
 
 \wxheading{Special Note : {\it Cursors} }
@@ -545,7 +550,7 @@ table(s) will be used.}
 
 A 'view' is a logical table that derives columns from one or more other tables or views.  Once the view is created, it can be queried exactly like any other table in the database.
 
 
 A 'view' is a logical table that derives columns from one or more other tables or views.  Once the view is created, it can be queried exactly like any other table in the database.
 
-NOTE: Views are not available with all datasources.  Oracle is one example of a datasouce which does support views.
+NOTE: Views are not available with all datasources.  Oracle is one example of a datasource which does support views.
 
 \wxheading{Example}
 
 
 \wxheading{Example}
 
@@ -603,7 +608,7 @@ entry is also logged to the defined log file.
 
 \docparam{aHdbc}{Handle to the ODBC connection.  Pass this in if the ODBC function call that erred required a hdbc or hstmt argument.}
 
 
 \docparam{aHdbc}{Handle to the ODBC connection.  Pass this in if the ODBC function call that erred required a hdbc or hstmt argument.}
 
-\docparam{AHstmt}{Handle to the ODBC statement being executed against.  Pass this in if the ODBC function call  that erred out required a hstmt argument.}
+\docparam{aHstmt}{Handle to the ODBC statement being executed against.  Pass this in if the ODBC function call  that erred out required a hstmt argument.}
 
 \wxheading{Remarks}
 
 
 \wxheading{Remarks}