Last modified by Yanis Kregers at 10:44pm 11-05-2000 

special case for ODBC drivers (ODBC tuning) v0.6

Transiolation - Transaction isolation levels, 
  depends from Database Host settings:
    Default
    Dirty Read
    Read Commited
    Repeatable Read
    Serializable

Cursor Type - ODBC Dataset cursor, 
  depends from ODBC driver vendor:
    Forward Only
    Static
    KeySet
    Dynamic

MS Jet compatible - Special SQL Syntax
  Quoted table and fields name (required for MS Excel driver)
  MS Jet data type names convention (required for All MS ODBC drivers) 

Table Must Exist - Engine can't create table, creates table definition only,
  depends from Database Engine (MS Excel)

Display system tables in list - some drivers returns all tables as SYSTEM type,
  depends from ODBC driver vendor (Microsoft MS Excel)

Parameter        Default value   Except   Driver Type     Value
====================================================================
Transisolation       Default              Ask DBA for assistance
Cursor type          Static               PSQL 2000       Forward only
MS Jet compatible    False                All MS ODBC     True
Table must exists    False                MS Excel        True 
Show system tables   False                MS Excel        True
