version 1.2.14
buy $99
compilers D6 D7 D8 D2005 D2006 C6 K1 K2 K3
download - trial
download - registered
forum
   - added   - fixed   - changed  
Jan 20, 2006 build 1.2.14
added support into installation for Delphi 2006
Sep 16, 2005 build 1.2.13
Empty metadata (table names, indices etc.) bug has been fixed
Feb 21, 2005 build 1.2.12
Empty string parameter stored as NULL
Jan 24, 2005 build 1.2.11
Invalid error message that occurs at fetch using Delphi 7 and newer ("dbExpress Error: Unknow Error Code '65535'.")
Nov 20, 2003 build 1.2.10
Detection of ftInteger and ftAutoInc field corrected
Data modify SQL that does not affect any row now executed on ANSI databases without exception
Jun 19, 2003 build 1.2.9
Minor bugs have been fixed
Jun 14, 2003 build 1.2.8
Fetch performance increased
Connection eConnOnLine option now is writable
Installation changes:
Driver name was changed to lxdbexpinf.dll (Win32) and lxdbexpinf.so (Linux)
Connection CommitRetain parameter now has False default value
Driver name now is INFORMIXLUXENA
Connection name now is InformixLuxenaConnection
Mar 08, 2003 build 1.2.7
Trim Char connection parameter support has been added
Jan 27, 2003 build 1.2.6
Delphi 7 supported
Dec 07, 2002 build 1.2.5
DecimalToBcd conversion bug has been fixed
Sep 18, 2002 build 1.2.4
Fetch speed was greatly improved
Aug 31, 2002 build 1.2.3
DateTime data conversion bug has been fixed. (For example before bug fixing value DATETIME HOUR TO MINUTE 00:59 raised exception)
MetaData logic has been updated
SQLCA access has been added in this version (file dbxinfext.pas).
Now developer can obtain additional information after SQL query execution

- estimated number of rows returned
- serial value after insert or ISAM error code
- 2 - number of rows processed
- 3 - estimated cost
- 4 - offset of the error into the SQL statement
- 5 - rowid after insert

- if any was warning
- if any truncation occurred or database has transactions or no privileges revoked
- if a null value returned or ANSI database
- if no. in select list != no. in into list or turbo backend or no privileges granted
- if no where clause on prepared update, delete or incompatible float format
- if non-ANSI statement
- if server is in data replication secondary mode
- if database locale is different from proc_locale

Code sample:

IInformixConnection(SQLConnection1.SQLConnection).sqlca

- sqlca is a pointer to the structure described in dbxinfext.pas
May 28, 2002 build 1.1.18
Fix for datetime parameter (in some cases null was written)
Support for WaitOnLocks parameter has been added (False assumed if not specified)
Support for AutoCommit parameter has been added. Its meaning slightly changes from Borland description in help for dbExpress. In our driver it specifies what action (commit or rollback) connection should do on disconnect if there is an active transaction (True assumed if not specified)
Win32 installation has been fixed (in some cases it corrupts PATH environment variable)
Fix for ftBCD and ftFmtBCD parameters
Support for ftTime parameter
Fix for ftDataTime parameter in Linux version
Mar 28, 2002 build 1.1.16
Additional fix for "Connection name in use" error message
Fix for potential blob parameter corrupt
Enhanced work with metadata (now supports composite indexes)
Informix-SE compatible (tested on Informix-SE7.21UC1 under Linux Red Hat 7.2)
Nov 01, 2001 build 1.0.0
release status has been achieved
    path     home      products      dbExpress driver for Informix Lite      history