summaryrefslogtreecommitdiffstats
path: root/doc/html/sql-driver.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/sql-driver.html')
-rw-r--r--doc/html/sql-driver.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/sql-driver.html b/doc/html/sql-driver.html
index 03ea5800..2838e34e 100644
--- a/doc/html/sql-driver.html
+++ b/doc/html/sql-driver.html
@@ -105,7 +105,7 @@ instead of <tt>C:&#92;program files&#92;mysql</tt>.
<p> Use the <tt>-qt-sql-&lt;driver&gt;</tt> parameter to build the database driver
statically into your TQt library or <tt>-plugin-sql-&lt;driver&gt;</tt> to build
the driver as a plugin. Look at the sections that follow for
-additional information about retquired libraries.
+additional information about required libraries.
<p> <a name="buildingmanually"></a>
<h2> Building the plugins manually
</h2>
@@ -169,7 +169,7 @@ encoding to communicate with the server.
<p> <h4> BLOB/LOB support
</h4>
<a name="3-2-3"></a><p> 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.
<p> 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 <a href="qsqlquery.html#setForwardOnly">TQSqlQuery::setForwardOnly</a>()).
@@ -183,9 +183,9 @@ position the query on the last record and return TRUE, but subsequent
calls to <a href="qsqlquery.html#value">TQSqlQuery::value</a>() will only return NULLs.
<p> <h4> How to build the plugin on Unix/Linux
</h4>
-<a name="3-2-5"></a><p> All files retquired to build driver should ship with the standard Oracle
+<a name="3-2-5"></a><p> All files required to build driver should ship with the standard Oracle
Client install.
-<p> Oracle library files retquired to build driver:
+<p> Oracle library files required to build driver:
<p> <ul>
<li> <tt>libclntsh.so</tt> (all versions)
<li> <tt>libwtc8.so</tt> (only Oracle 8) or <tt>libwtc9.so</tt> (only Oracle 9)
@@ -257,7 +257,7 @@ then allows you to use these data sources in your TQt project.
<p> 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
TQODBC3 plugin will not work.
<p> Be aware that when connecting to an ODBC datasource you must pass in
the name of the ODBC datasource to the <a href="qsqldatabase.html#setDatabaseName">TQSqlDatabase::setDatabaseName</a>()
@@ -483,7 +483,7 @@ make
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.
-<p> Note that Interbase retquires you to specify the full path to the
+<p> 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.
<p> <pre>
@@ -531,7 +531,7 @@ errors. Some compilers have tools to convert libraries, e.g. Borland
ships the tool <tt>COFF2OMF.EXE</tt> to convert libraries that have been
generated with Microsoft Visual C++.
<p> 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:
<p> <ul>
<li> Ensure that you are using a shared TQt library; you cannot use the
plugins with a static build.