Description
- Standard
- Professional
Version History
FAQ
Download Trial
Order
|
ODBC DAC | Version History
July 27, 2010
ODBC DAC version 3.0.2 is available for download.
Changes:
- ODBC DAC for Delphi 2010.
- ODBC DAC for C++Builder 2010.
June 16, 2010
ODBC DAC version 2.0.2 is available for download.
Changes:
- RegisterClass() for TsvWideStringField, TsvWideMemoField classes has been added.
January 11, 2010
ODBC DAC version 3.0.1
Changes:
ODBC DAC fix-version for Delphi/C++Builder 2009 using updated odbc documentation http://support.microsoft.com/kb/294169
June 17, 2009
ODBC DAC version 3.0.0.
Changes:
ODBC DAC for C++Builder 2009
June 5, 2009
ODBC DAC version 3.0.0
Changes:
ODBC DAC for Delphi 2009.
August 24, 2007
ODBC DAC version 2.0.1
Changes:
- Bug fix version: List index out of range.
August 21, 2007
ODBC DAC version 2.0.0
Changes:
- UNICODE supported version.
April 25, 2007
ODBC DAC version 1.5.6
Changes:
- ODBCStmt.pas: Bug with Int64 data type has been fixed.
- ODBCStmt.pas: Problem with SetAsVariant and Boolean has been solved.
- ODBCStoredProc.pas: Bug with output parametes has been fixed.
April 21, 2007
ODBC DAC version 1.5.5
Changes:
- ODBCStmt.pas: Memory leak with long data was fixed.
- ODBCStmt.pas: Bug in ODBCParam.AssignParam() method was fixed.
- ODBCStmt.pas: Bug with SQL_C_FLOAT data type has been fixed.
February 19, 2007
ODBC DAC version 1.5.4
Changes:
- Bug fix version: bug with SQL_BINARY and SQL_VARBINARY data types was fixed.
January 18, 2007
ODBC DAC version 1.5.3
Changes:
- IProviderSupport method has been added: procedure TODBCQuery.PSSetParams(AParams: TParams).
- Memory leak bug has been fixed in blob cache.
- Bug has been fixed in TODBCStoredProc component.
- Trial restriction has been improved.
February 15, 2006
ODBC DAC version 1.5.2
Changes:
- Bug fix version: bug in TODBCTable._GetRecordForKey function has been fixed.
February 9, 2006
ODBC DAC version 1.5.1 is available for download.
Changes:
- Bug fix version: bug in TODBCTable.FindKey function has been fixed.
September 25, 2005
ODBC DAC version 1.5.0
Changes:
- Bug fix version: the problem with parameters binding in TODBCTable component has been fixed.
- Workaround for bug in MySQL ODBC driver: function SQLDescribeCol returns wrong ColumnSize value for VARCHAR datatype.
Temporary we set length as const equal 255.
May 25, 2005
ODBC DAC version 1.4.9
Changes:
- Bug fix version: the problem with TGuidField has been fixed.
May 23, 2005
ODBC DAC version 1.4.8
Changes:
- Support for Delphi2005 has been added.
April 16, 2005
ODBC DAC version 1.4.7
Changes:
- Minor bug in TODBCDataset component has been fixed.
March 21, 2005
ODBC DAC version 1.4.6
Changes:
- Bug with passing NULL parametes has been fixed.
March 14, 2005
ODBC DAC version 1.4.5.
Changes:
- Few fixes in help file.
- Minor source code improving.
January 17, 2005
ODBC DAC version 1.4.4
Changes:
- Bug with memory allocation in TODBCTable has been fixed.
September 9, 2004
ODBC DAC version 1.4.3
Changes:
- Bug with persistent fields editor(design-time) has been fixed.
- TODBCConnection.GetSchemaName has been updated.
- TODBCTable - a generation of update SQLs has been optimized.
- Minor source code optimization.
August 26, 2004
ODBC DAC version 1.4.2
Changes:
- Bug-fix for SQL_BINARY, SQL_VARBINARY data types processing.
- Source code optimization in ODBCStmt.pas.
August 14, 2004
ODBC DAC version 1.4.1
Changes:
- Bug in Bcd data processing (concerned with using of ThousandSeparator) has been fixed.
- Bcd data convertion has been improved.
- SQL generation for TODBCTable component has been updated.
July 31, 2004
ODBC DAC version 1.4.0
Changes:
- Support of "range" methods in TODBCTable has been added.
- Bug in TODBCCustomDataset.FetchNext method has been fixed.
- Fetch speed improvements.
July 13, 2004
ODBC DAC version 1.3.6
Changes:
- Bug in ODBCTable.UpdateIndexDefs has been fixed.
July 12, 2004
ODBC DAC version 1.3.5
Changes:
- Problem with thousand separator in Bcd data has been resolved.
- Bug with Bcd data convertion (native to VCL) has been fixed.
- Fetch speed improvements.
June 22, 2004
ODBC DAC version 1.3.4
Changes:
- IProviderSupport.PSExecuteStatements - bug has been fixed.
Not officially released
ODBC DAC version 1.3.3
Changes:
- TODBCTable internal SQL generation update.
- DB2 adjustment.
June 19, 2004
ODBC DAC version 1.3.2
Changes:
- Bug in TDateTimeField data processing has been fixed.
- Bcd data conversion has been improved.
June 9, 2004
ODBC DAC version 1.3.1
Changes:
- Bug in TODBCCatalogStatement and TODBCCatalogStatementEx has been fixed.
June 4, 2004
ODBC DAC version 1.3.0
Changes:
- DB2 specific data types support added.
- Informix 9.xx specific data types support added (for fetch only).
- Bug with sending of long parameter data has been fixed (DataSize > 32 KB).
- Updating, inserting perfomance has been improved.
- Bug in wide string support has been fixed.
- Few minor updates.
May 8, 2004
ODBC DAC version 1.2.0
Changes:
- Standard and Professional editions have been released.
- New components were added into Professional edition and classes structure was changed.
- Support for field names including special symbols has been added.
- Tested with Paradox driver.
April 24, 2004
ODBC DAC version 1.10
Changes:
- New component TODBCCatalogFunc (TDataSet successor) has been added.
This component allows to link standard Data Controls with ODBC catalog function result set.
- Some internal classes structure update, minor changes.
- Tested with MS Access driver.
April 8, 2004
ODBC DAC version 1.07
Changes:
- Support for MySQL has been included in demo applications.
March 18, 2004
ODBC DAC version 1.06
Changes:
- Standard TParams was replaced with own TODBCParams.
- Bug with NULL value in blobs fields was fixed.
- Component structure was slightly improved.
March 2, 2004
ODBC DAC version 1.05
Changes:
- Driver Informix 3.34 32 bit (under Windows XP)
Problem with incorrect length for TEXT type columns was resolved.
Februar 27, 2004
ODBC DAC version 1.04
Known problems/bugs:
- Driver Informix 3.34 32 bit (under Windows XP)
returns incorrect length for TEXT type columns.
Changes:
- Demo applications were adjusted to all supported Delphi versions.
- From this version ODBC DAC packed by Ghost Installer.
December 28, 2003
ODBC DAC version 1.03
Changes:
- Bug with currency data type convertion was fixed.
- Three new demo-applications were added.
December 2, 2003
ODBC DAC version 1.02 beta
Changes:
- Bug with long data inserting/editing was fixed.
November 23, 2003
ODBC DAC version 1.01 beta has been released.
|
|