diff options
author | Michael Goddard <michael.goddard@nokia.com> | 2010-11-04 06:34:02 (GMT) |
---|---|---|
committer | Michael Goddard <michael.goddard@nokia.com> | 2011-02-04 05:41:02 (GMT) |
commit | 594e46bdd36d2964c20cbc5a8de32abd5e343f43 (patch) | |
tree | 75473dda9c5980060433f212cfc7f17b5b50b9af /doc | |
parent | d300e8208928084b62bbde01fb81bd66bc967bc8 (diff) | |
download | Qt-594e46bdd36d2964c20cbc5a8de32abd5e343f43.zip Qt-594e46bdd36d2964c20cbc5a8de32abd5e343f43.tar.gz Qt-594e46bdd36d2964c20cbc5a8de32abd5e343f43.tar.bz2 |
Mention the requirement for OCI when building the SQL oracle driver.
As suggested by Jean-Louis Mounier.
Change-Id: I2284d00453ddcb981fe3e1b710d4453323fe1e9e
Task-number: QTBUG-8875
Reviewed-by: Charles Yin
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/sql-programming/sql-driver.qdoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sql-programming/sql-driver.qdoc b/doc/src/sql-programming/sql-driver.qdoc index 1476491..a4bcb97 100644 --- a/doc/src/sql-programming/sql-driver.qdoc +++ b/doc/src/sql-programming/sql-driver.qdoc @@ -314,7 +314,9 @@ \section3 How to Build the OCI Plugin on Windows Choosing the option "Programmer" in the Oracle Client Installer from - the Oracle Client Installation CD is sufficient to build the plugin. + the Oracle Client Installation CD is generally sufficient to build the + plugin. For some versions of Oracle Client, you may also need to select + the "Call Interface (OCI)" option if it is available. Build the plugin as follows (here it is assumed that Oracle Client is installed in \c{C:\oracle}): |