dbExpress as cross-platform data access technology developed by Borland for its Kylix, Delphi and C++ Builder products. It takes the best ideas from the BDE (Borland Database Engine), Borland ADOExpress, and other technologies such as Microsoft ADO.
Note -- dbExpress drivers can only be used with Borland products, specifically: Borland Kylix (for Linux); Borland Delphi version 6 and above (for Microsoft Windows); Borland C++ Builder version 6 and above (for Microsoft Windows).
The latest version is only available from the project CVS repository.
Home page: http://open-dbexpress.sourceforge.net/
Project Home Page: https://sourceforge.net/projects/open-dbexpress/
CVS repository in web: http://cvs.sourceforge.net/viewcvs.py/open-dbexpress/dbxoodbc/
[OracleConnection] DriverName=Oracle DataBase=Database Name User_Name=user Password=password RowsetSize=20 BlobSize=-1 ErrorResourceFile= LocaleCode=0000 Oracle TransIsolation=ReadCommited OS Authentication=False Multiple Transaction=False Trim Char=False
[InformixConnection] DriverName=Informix HostName=ServerName DataBase=Database Name User_Name=user Password=password BlobSize=-1 ErrorResourceFile= LocaleCode=0000 Informix TransIsolation=ReadCommited Trim Char=False
[MSSQLConnection] DriverName=MSSQL HostName=ServerName DataBase=Database Name User_Name=user Password=password BlobSize=-1 ErrorResourceFile= LocaleCode=0000 MSSQL TransIsolation=ReadCommited OS Authentication=False
;---------- [OpenOdbc:Prompt] DriverName=OpenOdbc Database=? User_Name=name Password=secret BlobSize=-1 RowsetSize=20 ; Delphi7Up or 'Delphi6 + SqlExprFix.pas' Trim Char=True Custom String=coNetPacketSize=8192;coLockMode=17;coBlobChunkSize=40960
[OpenOdbc:SimpleDSN] DriverName=OpenOdbc Database=DSN=DBDEMOS User_Name=name Password=secret BlobSize=-1 RowsetSize=20 ; Delphi7Up or 'Delphi6 + SqlExprFix.pas' Trim Char=True Custom String=coNetPacketSize=8192;coLockMode=17;coBlobChunkSize=40960
[OpenOdbc:ConnectionString] ' Code a complete ODBC connect string - ' This allows for additions database-specific options (eg DB, LANG etc) DriverName=OpenOdbc Database=? User_Name=name Password=secret BlobSize=-1 RowsetSize=20 ; Delphi7Up or 'Delphi6 + SqlExprFix.pas' Trim Char=True Custom String=coConnectionString=DSN=SAMPLE;DB=master;LANG=chinese;UID=user;PWD=secret;coNetPacketSize=8192;coLockMode=17;coBlobChunkSize=40960
[OpenOdbc:FileDSN] ' Set up a file DSN in the working directory ' Useful if you don't want to set up a DSN specially DriverName=OpenOdbc Database=? User_Name=name Password=secret BlobSize=-1 RowsetSize=20 ; Delphi7Up or 'Delphi6 + SqlExprFix.pas' Trim Char=True Custom String=coConnectionString=FILEDSN=C:\Work\odbcsmaple.dsn;coNetPacketSize=8192;coLockMode=17;coBlobChunkSize=40960
[OpenOdbc:DriverDSN] ' Useful if you don't want to set up a DSN specially DriverName=OpenOdbc DriverName=? User_Name=name Password=secret BlobSize=-1 RowsetSize=20 ; Delphi7Up or 'Delphi6 + SqlExprFix.pas' Trim Char=True Custom String=coConnectionString=DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\access\samples\northwind.mdb;coNetPacketSize=8192;coLockMode=17;coBlobChunkSize=40960
;---------- [Dbx:SQLServer(OS Authentication)] DriverName=DbxSQLServer Database=? User_Name=user Password=password RowsetSize=20 BlobSize=-1 ; Delphi7Up or 'Delphi6 + SqlExprFix.pas' Trim Char=True Custom String=coConnectionString=DATABASE=dbdemos;Trusted_Connection=Yes;LANGUAGE=English;coICloneCon=1;coNetPacketSize=8192;coLockMode=17;coCatPrefix=DATABASE
;---------- [Dbx:SQLServer] DriverName=DbxSQLServer Database=? User_Name=user Password=password RowsetSize=20 BlobSize=-1 ; Delphi7Up or 'Delphi6 + SqlExprFix.pas' Trim Char=True Custom String=coConnectionString=DATABASE=dbdemos;Trusted_Connection=No;LANGUAGE=German;coICloneCon=1;coNetPacketSize=8192;coLockMode=17;coCatPrefix=DATABASE
;---------- [Dbx:DB2] DriverName=DbxDB2 Database=? User_Name=user Password=password RowsetSize=20 BlobSize=-1 ; Delphi7Up or 'Delphi6 + SqlExprFix.pas' Trim Char=True Custom String=coConnectionString=DATABASE=dbdemos;coNetPacketSize=8192;coLockMode=-1;coBlobChunkSize=40960;coCatPrefix=DATABASE
;---------- [Dbx:Informix] DriverName=DbxInformix Database=? User_Name=user Password=password RowsetSize=20 BlobSize=-1 ; Delphi7Up or 'Delphi6 + SqlExprFix.pas' Trim Char=True Custom String=coConnectionString=DATABASE=dbdemos;HOST=192.168.5.101;SRVR=ol_pult;SERV=turbo;PRO=olsoctcp;CLOC=ua_UA.1251;DLOC=ua_UA.1251;VMB=0;CURB=1;OPT=;SCUR=0;ICUR=0;OAC=1;OPTOFC=1;RKC=0;ODTYP=0;DDFP=0;DNL=0;RCWC=0;coNetPacketSize=8192;coLockMode=-1;coBlobChunkSize=40960;coIgnoreUnkFldType=1;coCatPrefix=DATABASE
;---------- [Dbx:Merant:DBase] DriverName=DbxMerantDBase ; Versions dBASE are supported (CT): dBASE3 | dBASE4 | dBASE5 Database=? User_Name=user Password=password RowsetSize=20 BlobSize=-1 ; Delphi7Up or 'Delphi6 + SqlExprFix.pas' Trim Char=True Custom String=coConnectionString=DB=E:\Borland\Borland Shared\Data\DBASE\VER_5;CT=dBASE5;LCK=RECORD;AUT=1;CSZ=16;DFE=DBF;FOC=0;IS=1;LCOMP=dBASE;MS=1;USF=1;ULN=0;ULQ=1;coNetPacketSize=8192;coLockMode=-1;coBlobChunkSize=40960;coCatPrefix=DB
;---------- [Dbx:Merant:FoxPro] DriverName=DbxMerantFoxPro ; Versions FoxPro are supported (CT): FoxPro1 | FoxPro25 | FoxPro30 Database=? User_Name=user Password=password RowsetSize=20 BlobSize=-1 ; Delphi7Up or 'Delphi6 + SqlExprFix.pas' Trim Char=True Custom String=coConnectionString=DB=E:\Borland\Borland Shared\Data\FoxPro;CT=FoxPro30;LCK=RECORD;AUT=1;CSZ=16;DFE=FOX;FOC=0;IS=1;LCOMP=Fox;MS=1;USF=1;ULN=0;ULQ=1;coNetPacketSize=8192;coLockMode=-1;coBlobChunkSize=40960;coCatPrefix=DB
;---------- [Dbx:Merant:Clipper] DriverName=DbxMerantClipper ; Versions FoxPro are supported (CT): FoxPro1 | FoxPro25 | FoxPro30 Database=? User_Name=user Password=password RowsetSize=20 BlobSize=-1 ; Delphi7Up or 'Delphi6 + SqlExprFix.pas' Trim Char=True Custom String=coConnectionString=DB=E:\Borland\Borland Shared\Data\Clipper;CT=Clipper;LCK=RECORD;AUT=1;CSZ=16;DFE=CLP;FOC=0;IS=1;LCOMP=Clipper;MS=1;USF=1;ULN=0;ULQ=1;coCatPrefix=DB;coNetPacketSize=8192;coLockMode=-1;coBlobChunkSize=40960
;---------- [Dbx:IB:Easysoft] DriverName=DbxIBEasysoft Database=? User_Name=SYSDBA Password=masterkey RowsetSize=20 BlobSize=-1 ; Delphi7Up or 'Delphi6 + SqlExprFix.pas' Trim Char=True Custom String=coConnectionString=DB=AMD1800:C:\dbdemos.gdb;Dialect=3;CHARSET=CYRL;UID=SYSDBA;PWD=masterkey;coLockMode=-1;coCatPrefix=DB
;---------- [Dbx:IB:Gemini] DriverName=DbxIBGemini Database=? User_Name=SYSDBA Password=masterkey RowsetSize=20 BlobSize=-1 ; Delphi7Up or 'Delphi6 + SqlExprFix.pas' Trim Char=True Custom String=coConnectionString=PROTOCOL=2;SERVER=AMD1800;DATABASE=C:\dbdemos.gdb;CHARSET=CYRL;VERSION=6;DIALECT=3;OPTIONS=256;UID=SYSDBA;PWD=masterkey;coLockMode=-1;coCatPrefix=DATABASE
;---------- [Dbx:IB:XTG] DriverName=DbxIBXTG ; Should be necessarily specified real DSN: ; DSN=dsn_ib6_xtg ; XTG Parameter DATABASE ignores: ; :( ; The password is specified as a pattern. Since in the end there should be a symbol ";": ; PWD=%; ;Database=DSN=dsn_ib6_xtg;DATABASE=AMD1800:C:\dbdemos.gdb;UID=SYSDBA;PWD=%; Database=? User_Name=SYSDBA Password=masterkey RowsetSize=20 BlobSize=-1 ; Delphi7Up or 'Delphi6 + SqlExprFix.pas' Trim Char=True Custom String=coConnectionString=DSN=dsn_ib6_xtg;DATABASE=AMD1800:C:\dbdemos.gdb;UID=SYSDBA;PWD=%;coLockMode=-1;coCatPrefix=DATABASE
;---------- [Dbx:Paradox] DriverName=DbxParadox Database=? User_Name= Password= RowsetSize=20 BlobSize=-1 ; Delphi7Up or 'Delphi6 + SqlExprFix.pas' Trim Char=True Custom String=coConnectionString=DATABASE=E:\Borland\Borland Shared\Data;coLockMode=-1;coCatPrefix=DATABASE
;---------- [DbxIBXTG] LibraryName=dbxoodbc.dll GetDriverFunc=getSQLDriverODBC ; ODBC 2.0 VendorLib=ib6xtg10.dll DbxIBXTG TransIsolation=ReadCommited ; Should be necessarily specified real DSN: ; DSN=dsn_ib6_xtg ; XTG Parameter DATABASE ignores: ; :( ; The password is specified as a pattern. Since in the end there should be a symbol ";": ; PWD=%; Database=DSN=dsn_ib6_xtg;DATABASE=AMD1800:C:\dbdemos.gdb;UID=SYSDBA;PWD=%; User_Name= Password= RowsetSize=20 BlobSize=-1 ; Delphi7Up or 'Delphi6 + SqlExprFix.pas' Trim Char=True Custom String=coLockMode=-1;coCatPrefix=DATABASE