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/sql.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/sql.html') 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 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 @@ -1010,7 +1010,7 @@ been achieved by applying the sort to the cursor itself.

Once everything is set up we call refresh() to load the data from the database and show() to make the widget visible.

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.

Creating Data-Aware Forms -- cgit v1.2.3