summaryrefslogtreecommitdiffstats
path: root/doc/src/sql-programming
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-11-03 13:53:19 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-11-03 13:53:19 (GMT)
commitedec363cd4dfcb01c488be7f66bdfa2ca93f48bf (patch)
treee96c81c5b5dd1dce9d1d49eadeab2fbc8e0251b7 /doc/src/sql-programming
parent803fb60b1e98beddf4ebb8ea1a9224889c392e4e (diff)
downloadQt-edec363cd4dfcb01c488be7f66bdfa2ca93f48bf.zip
Qt-edec363cd4dfcb01c488be7f66bdfa2ca93f48bf.tar.gz
Qt-edec363cd4dfcb01c488be7f66bdfa2ca93f48bf.tar.bz2
Doc: Added links to the SQL documentation and corrected license info.
Reviewed-by: Trust Me
Diffstat (limited to 'doc/src/sql-programming')
-rw-r--r--doc/src/sql-programming/sql-programming.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sql-programming/sql-programming.qdoc b/doc/src/sql-programming/sql-programming.qdoc
index d0b6776..3aceb17 100644
--- a/doc/src/sql-programming/sql-programming.qdoc
+++ b/doc/src/sql-programming/sql-programming.qdoc
@@ -49,6 +49,7 @@
/*!
\page sql-programming.html
\title SQL Programming
+ \nextpage Connecting to Databases
\brief Database integration for Qt applications.
@@ -95,7 +96,7 @@
and the SQL API layer. See \l{SQL Database Drivers} for more information.
\section2 SQL API Layer
-
+
These classes provide access to databases. Connections
are made using the QSqlDatabase class. Database
interaction is achieved by using the QSqlQuery class.
@@ -119,6 +120,7 @@
\title Connecting to Databases
\contentspage SQL Programming
+ \previouspage SQL Programming
\nextpage Executing SQL Statements
To access a database with QSqlQuery or QSqlQueryModel, create and