This example demonstrates usage of QLINTER driver with QT SQL module.

To build this sample run `qmake samples.pro' to generate a makefile, than run `make -f Makefile'.

Directory contains examples (source code and qmake project files) for Linter access module for QT.

Description of examples:
1) demo1 (qt 3)
The usage example of base functions: open, setUserName, setPassword, 
exec, transaction, rollback, isActive.
2) demo2
The example of base functions with use prepared query. 
Key functions: exec, prepare.
3) demo3 (qt 3)
The example of working with Blob.
4) demo4
The example of stored procedures.
5) demo5 (qt 3)
The example of working with Blob.
6) demo6
The example of working with following types NVARHAR, VARCHAR.
7) demo7
The example of working function bindValue with using placeholder names  posisions.
8) demo8
The example of working functions, which return information about db: setConnectOptions, 
connectOptions, driverName, isDriverAvailable.
9) demo9
The example of working functions, which return information about db: isOpen, isOpenError, 
isValid, connectionName, removeDatabase.
10) demo10
The example of working functions, which return information about db: addDatabase, open, 
lastError, connectionName, removeDatabase, close.
11) demo11
The example of working functions: tables, record, primaryIndex.

Examples, marked like (qt 3), are for qt 3 and above.
