summaryrefslogtreecommitdiffstats
path: root/doc/html/qsqldatabase.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:04:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:04:08 -0600
commite02e31c8b9d854cd62cbe9799228f6e08e882773 (patch)
tree53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qsqldatabase.html
parent143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff)
downloadtqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz
tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip
Sync with latest script
Diffstat (limited to 'doc/html/qsqldatabase.html')
-rw-r--r--doc/html/qsqldatabase.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qsqldatabase.html b/doc/html/qsqldatabase.html
index 5c4e0f90b..81b1be80c 100644
--- a/doc/html/qsqldatabase.html
+++ b/doc/html/qsqldatabase.html
@@ -562,7 +562,7 @@ database client used:
<li> connect_timeout
<li> options
<li> tty
-<li> retquiressl
+<li> requiressl
<li> service
</ul>
<tr bgcolor="#a2c511"> <th valign="top">DB2 <th valign="top">OCI <th valign="top">TDS
@@ -588,7 +588,7 @@ database client used:
}
...
// PostgreSQL connection
- db-&gt;setConnectOptions( "retquiressl=1" ); // enable PostgreSQL SSL connections
+ db-&gt;setConnectOptions( "requiressl=1" ); // enable PostgreSQL SSL connections
if ( !db-&gt;open() ) {
db-&gt;setConnectOptions(); // clear options
...
@@ -627,7 +627,7 @@ entry in the ODBC manager:
...
</pre>
-("FIL" is the retquired spelling in Microsoft's API.)
+("FIL" is the required spelling in Microsoft's API.)
<p> There is no default value.
<p>Set this property's value with <a href="#setDatabaseName">setDatabaseName</a>() and get this property's value with <a href="#databaseName">databaseName</a>().