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/sql.html | |
parent | 8a4eacb6185de3653f6ae401c352aef833a9e72a (diff) | |
download | tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.tar.gz tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.zip |
Automated update from Qt3
Diffstat (limited to 'doc/html/sql.html')
-rw-r--r-- | doc/html/sql.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/sql.html b/doc/html/sql.html index 1eb657590..b61bcba58 100644 --- a/doc/html/sql.html +++ b/doc/html/sql.html @@ -814,7 +814,7 @@ that uniquely distinguishes each record. If this is not the case a <a href="ntqs editable views.) <p> Each cursor has an internal 'edit buffer' which is used by all the edit operations (insert, update and delete). The editing process is -the same for each operation: actquire a pointer to the relevant buffer; +the same for each operation: acquire a pointer to the relevant buffer; call setValue() to <a href="primes.html#prime">prime</a> the buffer with the values you want; call insert() or update() or del() to perform the desired operation. For example, when inserting a record using a cursor, you call @@ -1010,7 +1010,7 @@ been achieved by applying the sort to the cursor itself. <p> Once everything is set up we call refresh() to load the data from the database and show() to make the widget visible. <p> TQDataTables only retrieve visible rows which (depending on the driver) -allows even large tables to be displayed very tquickly with minimal +allows even large tables to be displayed very quickly with minimal memory cost. <p> <a name="Creating_Forms"></a> <h3> Creating Data-Aware Forms |