From c740211ffba3330d951f4c3ddefea8edf23a01cd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 7 May 2013 21:58:34 -0500 Subject: Automated update from Qt3 --- doc/html/ntqsqlcursor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/ntqsqlcursor.html') 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. cur.insert();

In the above example, a cursor is created on the 'prices' table -and a pointer to the insert buffer is atquired using primeInsert(). +and a pointer to the insert buffer is acquired using primeInsert(). Each field's value is set to the desired value and then insert() is called to insert the data into the database. Remember: all edit operations (insert(), update() and delete()) operate on the @@ -721,7 +721,7 @@ can move to a valid record. For example:

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 primeUpdate(). A new +the cursor's edit buffer is acquired using primeUpdate(). A new value is calculated and placed into the edit buffer with the setValue() call. Finally, an update() call is made on the cursor which uses the tables's primary index to update the record in the -- cgit v1.2.1