diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-07 21:58:34 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-07 21:58:34 -0500 |
commit | c740211ffba3330d951f4c3ddefea8edf23a01cd (patch) | |
tree | 0a8b7641d3c5b576d18a2f7912c75fc600f494e2 /doc/html/ntqsqlcursor.html | |
parent | 8a4eacb6185de3653f6ae401c352aef833a9e72a (diff) | |
download | tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.tar.gz tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.zip |
Automated update from Qt3
Diffstat (limited to 'doc/html/ntqsqlcursor.html')
-rw-r--r-- | doc/html/ntqsqlcursor.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqsqlcursor.html b/doc/html/ntqsqlcursor.html index 3fce85142..69d8a7e35 100644 --- a/doc/html/ntqsqlcursor.html +++ b/doc/html/ntqsqlcursor.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 atquired 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 @@ -721,7 +721,7 @@ can move to a valid record. For example: </pre> <p> In the above example, a cursor is created on the 'prices' table and is positioned on the record to be updated. Then a pointer to -the cursor's edit buffer is actquired using <a href="#primeUpdate">primeUpdate</a>(). A new +the cursor's edit buffer is acquired using <a href="#primeUpdate">primeUpdate</a>(). A new value is calculated and placed into the edit buffer with the <a href="ntqsqlrecord.html#setValue">setValue</a>() call. Finally, an <a href="#update">update</a>() call is made on the cursor which uses the tables's primary index to update the record in the |