List of InterBase features that are NOT supported by BDE

Abstract: List of InterBase features that are NOT supported by BDE

Problem:
List of InterBase features that are NOT supported by BDE

Solution:
* multiple concurrent transactions per connection
* multiple concurrent requests per transaction
* dialects
* InterBase error codes (not SQLCODE)
* arrays
* events (that don't crash the server)
* all transaction parameters and modes
        wait vs no wait
        record version vs no record version
        table reserving
        two-phase commit

* allow different driver flags for different connections (currently you
can set the driver flags property, but it affects ALL applications using
InterBase driver on that machine)

* ability to get database handle for database info calls

* ability to specify commit retaining
* allow BDE flags to affect explicit trans control on NOT SHARED setting
(currently if you explicitly control trans on NOT SHARED mode you must
use the default transaction mode, you can't change it)

* ability to create a database via BDE

* default transaction mode should be the SAME as InterBase's default
transaction mode

* Change Views

* Incremental backup