diff options
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 |