From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- doc/html/qsqlquery.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/qsqlquery.html') diff --git a/doc/html/qsqlquery.html b/doc/html/qsqlquery.html index e54001124..373f0ad1e 100644 --- a/doc/html/qsqlquery.html +++ b/doc/html/qsqlquery.html @@ -138,13 +138,13 @@ by name. (The TQSqlCursor class provides a higher- with field access by name and automatic SQL generation.)

TQSqlQuery supports prepared query execution and the binding of parameter values to placeholders. Some databases don't support -these features, so for them TQt emulates the retquired +these features, so for them TQt emulates the required functionality. For example, the Oracle and ODBC drivers have proper prepared query support, and TQt makes use of it; but for databases that don't have this support, TQt implements the feature itself, e.g. by replacing placeholders with actual values when a query is executed. The exception is positional binding using named -placeholders, which retquires that the database supports prepared +placeholders, which requires that the database supports prepared queries.

Oracle databases identify placeholders by using a colon-name syntax, e.g :name. ODBC simply uses ? characters. TQt -- cgit v1.2.1