diff options
author | Martin Smith <msmith@trolltech.com> | 2010-03-16 11:45:40 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-03-16 11:45:40 (GMT) |
commit | fb60ec51bf812e167cae6f9799520be473465ac2 (patch) | |
tree | 30a30d9afd82db817bc460f4becf9236be5873cb /doc/src | |
parent | 6f814d58036867a28333770bd55f5fe49bb9ac82 (diff) | |
download | Qt-fb60ec51bf812e167cae6f9799520be473465ac2.zip Qt-fb60ec51bf812e167cae6f9799520be473465ac2.tar.gz Qt-fb60ec51bf812e167cae6f9799520be473465ac2.tar.bz2 |
Marked QTDS obsolete from Qt 4.7.
Task: QTBUG-8019
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sql-programming/sql-driver.qdoc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/sql-programming/sql-driver.qdoc b/doc/src/sql-programming/sql-driver.qdoc index 1083c84..e26472e 100644 --- a/doc/src/sql-programming/sql-driver.qdoc +++ b/doc/src/sql-programming/sql-driver.qdoc @@ -74,7 +74,7 @@ \row \o \link #QPSQL QPSQL\endlink \o PostgreSQL (versions 7.3 and above) \row \o \link #QSQLITE2 QSQLITE2\endlink \o SQLite version 2 \row \o \link #QSQLITE QSQLITE\endlink \o SQLite version 3 - \row \o \link #QTDS QTDS\endlink \o Sybase Adaptive Server + \row \o \link #QTDS QTDS\endlink \o Sybase Adaptive Server \note obsolete from Qt 4.7 \endtable SQLite is the in-process database system with the best test coverage @@ -445,6 +445,10 @@ \target QTDS \section2 QTDS for Sybase Adaptive Server + + \note TDS is no longer used by MS Sql Server, and is superceded by + \l{QODBC}{ODBC}. QTDS is obsolete from Qt 4.7. + \section3 General Information about QTDS It is not possible to set the port with QSqlDatabase::setPort() due to limitations in the |