diff options
| author | Michael Goddard <michael.goddard@nokia.com> | 2010-11-04 16:34:02 +1000 |
|---|---|---|
| committer | Michael Goddard <michael.goddard@nokia.com> | 2011-02-04 15:41:02 +1000 |
| commit | 594e46bdd36d2964c20cbc5a8de32abd5e343f43 (patch) | |
| tree | 75473dda9c5980060433f212cfc7f17b5b50b9af /doc/src/sql-programming | |
| parent | d300e8208928084b62bbde01fb81bd66bc967bc8 (diff) | |
| download | qt4-tools-594e46bdd36d2964c20cbc5a8de32abd5e343f43.tar.gz | |
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/src/sql-programming')
| -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 147649174a..a4bcb9794f 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}): |
