diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qsqldatabase.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/qsqldatabase.html')
-rw-r--r-- | doc/html/qsqldatabase.html | 6 |
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->setConnectOptions( "retquiressl=1" ); // enable PostgreSQL SSL connections + db->setConnectOptions( "requiressl=1" ); // enable PostgreSQL SSL connections if ( !db->open() ) { db->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>(). |