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/sql-driver.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/sql-driver.html') diff --git a/doc/html/sql-driver.html b/doc/html/sql-driver.html index 03ea58003..2838e34eb 100644 --- a/doc/html/sql-driver.html +++ b/doc/html/sql-driver.html @@ -105,7 +105,7 @@ instead of C:\program files\mysql.

Use the -qt-sql-<driver> parameter to build the database driver statically into your TQt library or -plugin-sql-<driver> to build the driver as a plugin. Look at the sections that follow for -additional information about retquired libraries. +additional information about required libraries.

Building the plugins manually

@@ -169,7 +169,7 @@ encoding to communicate with the server.

BLOB/LOB support

Binary Large Objects (BLOBs) can be read and written, but be aware -that this process may retquire a lot of memory. +that this process may require a lot of memory.

Note that Oracle 9 doesn't support scrollable result sets with LOB columns, you have to use a forward only query to select LOB fields (see TQSqlQuery::setForwardOnly()). @@ -183,9 +183,9 @@ position the query on the last record and return TRUE, but subsequent calls to TQSqlQuery::value() will only return NULLs.

How to build the plugin on Unix/Linux

-

All files retquired to build driver should ship with the standard Oracle +

All files required to build driver should ship with the standard Oracle Client install. -

Oracle library files retquired to build driver: +

Oracle library files required to build driver: