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/sql.doc | |
parent | 8a4eacb6185de3653f6ae401c352aef833a9e72a (diff) | |
download | tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.tar.gz tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.zip |
Automated update from Qt3
Diffstat (limited to 'doc/sql.doc')
-rw-r--r-- | doc/sql.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sql.doc b/doc/sql.doc index c33ac2efd..2eb8e5c15 100644 --- a/doc/sql.doc +++ b/doc/sql.doc @@ -681,7 +681,7 @@ editable views.) 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 prime 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 @@ -845,7 +845,7 @@ Once everything is set up we call refresh() to load the data from the database and show() to make the widget visible. QDataTables 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. \target Creating_Forms |