4.25.9 19-Jun-08
- Fixed bug with updating UNIQUEIDENTIFIER fields under BDS 2006 and higher
4.25.8 07-Mar-08
- Bug with infinite reconnect fixed
- Fixed access violation with multiple database connections from an application
- Fixed bug with truncation of fractional part of BCD values in dbExpress 4
4.25.7 05-Feb-08
- Added support for SQL Server Compact Edition 3.5
- Tested with SQL Server 2008 CTP 4
- Added ability for setting client provider through the VendorLib property
- Fixed some bugs with getting metainformation from SQL Server Compact Edition
4.20.6 12-Dec-07
- Added the DbxSdaDriverLoader unit in DbxSda Source Code edition to enable embedding the driver into applications
- Added support for opening TSQLDataSet with DbxCommandType = DbxMetaData
- Memory leak in the driver fixed
- Fixed bug with truncation of MEMO values that contain #0 symbols
4.20.5 29-Oct-07
- Several bugs in installation fixed
- Fixed bug with an arithmetic overflow for BIGINT fields of SQL Server 2000
4.20.4 10-Oct-07
- CodeGear RAD Studio 2007 supported
4.10.3 28-Aug-07
- Failover Partner and Multiple Active Result Sets features of SQL Server 2005 supported
- Added the UseUnicodeMemo option to ensure backward compatibility for Unicode mode
- Fixed bug with XML data type
- Fixed bug with retrieving metadata in Delphi 2007
4.00.2 12-Jul-07
- Complete support for dbExpress version 4 in Delphi 2007 for Win32 and C++Builder 2007 added
- Added support for SQL Server Compact Edition
- Support for new SQL Server data types, including XML, VARCHAR(MAX), NVARCHAR(MAX), VARBINARY(MAX) added
- General performance improved
3.20.10 04-May-07
- Added limited support for Delphi 2007 for Win32
- Fixed bug with describing parameters of system stored procedures in SQL Server 2005
- Fixed bug with NUMERIC fields with precision of 32 or higher
- Fixed bug with DateTime parameters in TSQLStoredProc
3.10.8 06-Dec-06
- Fixed out of memory bug on huge tables with BLOB fields
- Removed workaround for dbExpress bug with Memo field value truncation (this bug is fixed in BDS 2006 Update 2)
3.10.7 31-Oct-06
- Limited support added for Windows Vista Beta 2
3.10.6 04-Sep-06
- Added support for Turbo Delphi, Turbo Delphi for .NET and Turbo C++
- Additional option RequiredFields for TSQLConnection available
3.00.5 07-Jul-06
- Fixed bug with connecting to SQL Server 2005 via TCP/IP protocol
3.00.4 14-Apr-06
- Fixed bug with getting SQL Server 2005 metadata
3.00.3 28-Feb-06
- Fixed bug with describing SQL Server 2005 stored procedures
- Fixed bug with fetching (N)VARCHAR(4000) fields
3.00.2 07-Feb-06
- Additional option CommandTimeout for TSQLConnection available
3.00.1 03-Feb-06
- Delphi 2006 supported
- Delphi 2005 NormalizeBCD bug avoided
- Unicode support with coUseUnicode added (Delphi 2006)
- Fixed bug with fetching decimal fields
2.50.7 12-Oct-05
- Fixed bug with Int64 parameters in stored procedures
2.50.6 04-Aug-05
- Fixed bug with date and time params in StoredProcs
- Fixed bug with exception type, raised on transaction operation fail
2.50.5 29-Mar-05
- Fixed bug with posting FmtBcd values
2.50.4 27-Jan-05
- Support for Delphi 2005 added
- Support for SQL Server 2005 Beta 2 added
- Performance improved for executing prepared SP returning cursor
- Fixed bug with #0 in Memo parameters
2.00.3 15-Nov-04
- Fixed bug with getting indicies in SQL Server 7
- Fixed bug with updating bigint fields (5089)
2.00.1 20-Aug-04
- Delphi8 support added
- Support 'Custom string' parameter added (Delphi 7 only)
- SQLStoredProc.NextRecordSet support added
- Additional option coParamPrefix for TSQLConnection available
- SQLConnection.Params['OS Authentication'] support added
- ftDate, ftTime parameters supported
- New time trial limitation
- Fixed bug with DECIMAL with low precision
- Fixed bug with small memory leak on SQL error (4344)
- Fixed bug with Nullable fields on Delphi8 (4163)
- Fixed bug in SQLMonitor with Date and Time parameters
1.86 07-Oct-03
- SQLConnection.Params['TRIM CHAR'] support added
- Getting MetaData.getProcedures improved
- Fixed bug with describing parameters from StoredProc (3335)
1.85 21-Aug-03
- Fixed bug with TCRConnection for CBuilder
- Fixed rare bug with describing parameters from StoredProc (3248)
- Fixed bug with type-mapping of NUMERIC (10, 0) (3223)
1.84 12-Jun-03
- Fixed bug with getting result from StoredProc what uses temp tables (2969)
- Additional option TrimFixedChar to TSQLConnection available
1.83 26-Mar-03
- Performance improved
- Additional option Prepared for TSQLConnection available
- Fixed bug with storing large decimal values
- Fixed bug with displaying BCD parameters in SQLMonitor
1.82 26-Feb-03
- Fixed bug with some memory leak on each connection to server (SDAC-2679)
- Fixed bug in processing decimals with large precision (SELECT @@Identity)
1.81 26-Dec-02
- DBMonitor client implementation moved to COM server
- Fixed bug with generating string params value (Null) for SQLMonitor (2511)
- Fixed bug with output param size processing (2457)
- Fixed some bugs on OutOfMem (SDAC-1979)
- Fixed bug in processing decimals with small precision (2452)
1.80 27-Nov-02
- Support 'Connection Timeout' parameter added (Delphi 7 only)
- Memory Leaks bug fixed (2246)
- EnableBCD setted to True as default
- EnableBCD bugs fixed
- Support DBMonitor added
- Fixed bug with getting position of field in the index (2172)
1.71 15-Oct-02
- Fixed bug with int64 parameters
- Fixed bug with multiple executing StoredProc which not returning
cursor (2125, 2126)
- Added HostName parameter to ini files
- ConnectionTimeout is changed from infinite to 15 seconds. It is useful
for connection with wrong server name (2094)
- Fixed bug with system StoredProc describe parameters (2075)
- New memory management model for VarBytes types. Allows significantly
decrease memory usage on large tables fetch.
1.70 02-Oct-02
- Added support HostName parameter for SQLConnection
- Delphi7 support
- New memory management model for String types. Allows significantly
decrease memory usage on large tables fetch.
1.60 05-Sep-02
- Increases performance
- Additional option FetchAll to TSQLConnection available (1616)
- Add support RowsetSize option (1709)
- Fixed bug with multithreading (1550, 1602)
1.52 22-Aug-02
- BLOB demo added
- Fixed bug with bigint fields
- Fixed bug with setting ftDate parameter by using AsDateTime property (1533)
- Fixed bug with working on CaseSensitive server (1596)
1.51 18-Jul-02
- Additional option EnableBCD to TSQLConnection available
- Additional option LongStrings to TSQLConnection available
- Fixed bug with ftDate parameters
1.50 06-Jun-02
- Source code available
- Limitation for trial version added
- Increases performance
- TSQLMonitor support
- Changes in core SQL Server classes
1.15 18-May-02
- Changes in common classes
- Getting additional meta information is disabled
1.14 15-Apr-02
- Added ServerName to demos (936)
- For DBExpSda driver function GetColumnsRowset is disabled (902)
- Correct working with text, ntext parameters (1059)
- Optimized query executing
- Fixed bug with error processing in MultipleResultSet
1.13 08-Apr-02
- Fixed bug with triple executing updating query (958, 973, 993)
1.12 23-Mar-02
1.00 28-Jan-02
© 2001-2008 Core Lab. All rights reserved.