home *** CD-ROM | disk | FTP | other *** search
- ; Please take this only as a template.
- ; Do NOT override your real dbxdrivers.ini file with this !!
- [Installed Drivers]
- INTERBASE=1
- MYSQL=1
- DB2=1
- ORACLE=1
- PostgreSQL=1
-
- [PostgreSQL]
- GetDriverFunc=getSQLDriverPOSTGRESQL
- LibraryName=libdbexppge.so
- VendorLib=libpq.so
-
- [INTERBASE]
- GetDriverFunc=getSQLDriverINTERBASE
- LibraryName=libsqlib.so.1
- VendorLib=libgds.so.0
- BlobSize=-1
- CommitRetain=False
- Database=database.gdb
- ErrorResourceFile=./DbxIbErr.msg
- LocaleCode=0x0000
- Interbase TransIsolation=ReadCommited
- Password=masterkey
- RoleName=RoleName
- ServerCharSet=
- SQLDialect=1
- User_Name=sysdba
- WaitOnLocks=True
-
- [MYSQL]
- GetDriverFunc=getSQLDriverMYSQL
- LibraryName=libsqlmy.so.1
- VendorLib=libmysqlclient.so.6.0.0
- BlobSize=-1
- Database=DBNAME
- ErrorResourceFile=./DbxMySqlErr.msg
- HostName=ServerName
- LocaleCode=0x0000
- Password=password
- User_Name=user
-
- [DB2]
- GetDriverFunc=getSQLDriverDB2
- LibraryName=libsqldb2.so.1
- VendorLib=libdb2.so
- BlobSize=-1
- Database=DBNAME
- DB2 TransIsolation=ReadCommited
- ErrorResourceFile=./DbxDb2Err.msg
- LocaleCode=0x0000
- Password=password
- User_Name=user
-
- [ORACLE]
- GetDriverFunc=getSQLDriverORACLE
- LibraryName=libsqlora.so.1
- VendorLib=libclntsh.so.8.0
- BlobSize=-1
- BlockingMode=True
- DataBase=Database Name
- ErrorResourceFile=./DbxOraErr.msg
- LocaleCode=0x0000
- Oracle TransIsolation=ReadCommited
- Password=password
- User_Name=user
-
- [BlockingMode]
- False=0
- True=1
-
- [WaitOnLocks]
- False=1
- True=0
-
- [CommitRetain]
- False=0
- True=1
-
- [DB2 TransIsolation]
- DirtyRead=0
- ReadCommited=1
- RepeatableRead=2
-
- [Interbase TransIsolation]
- ReadCommited=1
- RepeatableRead=2
-
- [Oracle TransIsolation]
- DirtyRead=0
- ReadCommited=1
- RepeatableRead=2
- [AutoCommit]
- False=0
- True=1
-
- [SQLDialect]
- 1=0
- 2=1
- 3=2