diff options
author | Darrell Anderson <danderson@hushmail.com> | 2013-05-07 14:06:12 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-05-08 01:43:38 +0200 |
commit | 169c39ae6bbaebe196124073af401a06ed381e65 (patch) | |
tree | 6b8db151e02edd450a5f76dda56c7cb85858d91c /doc/html/qsqlcursor.html | |
parent | d2240de110fbd429843355d10bf712906c026405 (diff) | |
download | qt3-3.5.13.2.tar.gz qt3-3.5.13.2.zip |
Fix spelling mistakesv3.5.13.2
(cherry picked from commit be8413249bb8a6d8dc2cfc693d9c1037284fd251)
Diffstat (limited to 'doc/html/qsqlcursor.html')
-rw-r--r-- | doc/html/qsqlcursor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qsqlcursor.html b/doc/html/qsqlcursor.html index 3111cc5..1caaaa7 100644 --- a/doc/html/qsqlcursor.html +++ b/doc/html/qsqlcursor.html @@ -386,7 +386,7 @@ record. <a name="x2446"></a> cur.<a href="#insert">insert</a>(); </pre> <p> In the above example, a cursor is created on the 'prices' table -and a pointer to the insert buffer is aquired using <a href="#primeInsert">primeInsert</a>(). +and a pointer to the insert buffer is acquired using <a href="#primeInsert">primeInsert</a>(). Each field's value is set to the desired value and then <a href="#insert">insert</a>() is called to insert the data into the database. Remember: all edit operations (insert(), <a href="#update">update</a>() and delete()) operate on the |