summaryrefslogtreecommitdiffstats
path: root/doc/sql-driver.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sql-driver.doc')
-rw-r--r--doc/sql-driver.doc16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/sql-driver.doc b/doc/sql-driver.doc
index 584e24bb..0c961257 100644
--- a/doc/sql-driver.doc
+++ b/doc/sql-driver.doc
@@ -16,7 +16,7 @@
** and the KDE Free Qt Foundation.
**
** Please review the following information to ensure GNU General
-** Public Licensing retquirements will be met:
+** Public Licensing requirements will be met:
** http://trolltech.com/products/qt/licenses/licensing/opensource/.
** If you are unsure which license is appropriate for your use, please
** review the following information:
@@ -121,7 +121,7 @@ instead of \c{C:\program files\mysql}.
Use the \c{-qt-sql-<driver>} parameter to build the database driver
statically into your Qt library or \c{-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.
\target buildingmanually
\section1 Building the plugins manually
@@ -199,7 +199,7 @@ encoding to communicate with the server.
\section3 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
@@ -217,10 +217,10 @@ calls to QSqlQuery::value() will only return NULLs.
\section3 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:
\list
\i \c libclntsh.so (all versions)
@@ -303,7 +303,7 @@ then allows you to use these data sources in your Qt project.
On Windows systems after 95 an ODBC driver manager should be installed
by default, for Unix systems there are some implementations which must
be installed first. Note that every client that uses your application
-is retquired to have an ODBC driver manager installed, otherwise the
+is required to have an ODBC driver manager installed, otherwise the
QODBC3 plugin will not work.
Be aware that when connecting to an ODBC datasource you must pass in
@@ -576,7 +576,7 @@ Firebird databases. Interbase can either be used as a client/server or
without a server operating on local files. The database file must
exist before a connection can be established.
-Note that Interbase retquires you to specify the full path to the
+Note that Interbase requires you to specify the full path to the
database file, no matter whether it is stored locally or on another
server.
@@ -632,7 +632,7 @@ ships the tool \c{COFF2OMF.EXE} to convert libraries that have been
generated with Microsoft Visual C++.
If the compilation of a plugin succeeds but it cannot be loaded,
-make sure that the following retquirements are met:
+make sure that the following requirements are met:
\list
\i Ensure that you are using a shared Qt library; you cannot use the