New build of SDAC 4.00.0.6 is available!

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Locked
Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

New build of SDAC 4.00.0.6 is available!

Post by Antaeus » Mon 23 Apr 2007 14:07

New build of SDAC version 4.00.0.6 is available for download now.
This version includes:
  • Added support for DevExpress controls in DataSet Manager
  • Added support for using TMemDataSet.IndexFieldNames with RefreshQuick
  • FastScript v1.9 support added
  • Fixed bug with SQL Generator in design time
  • Fixed bug with trimming SQL texts in design-time editors
  • Bug with setting RecNo property for filtered datasets fixed
  • Bug with PSGetTableName returning incorrect value after changing the SQL property fixed
  • Bug with calling TDataSet.Edit for master DataSet in CachedUpdates mode fixed
  • Minor bugs in installation fixed
  • Fixed bug in SQL Generator with generating REFRESH statements for detail DataSet
  • Fixed AV failure with deleting records in CachedUpdates mode
  • Fixed bug when detail DataSet is refreshed on switching master DataSet to Edit mode
  • Fixed bug with loading files in TMSScript editor
  • Fixed bug with calling design-time editors of TDADataSource descendants by double click
  • Fixed access violation when loading DataSet Manager package under Delphi 2007 and Windows Vista
  • Fixed bug with DataSet Manager when IDE freezes on loading a form with a large quantity of datasets
  • Fixed bug with SQL Server Compact and databases with maximum database size greater than 128 MB
  • Fixed bug with executing parametrized queries in Detail DataSet from design-time editor
  • Fixed bug with the RefreshQuick method and SELECT statements containing column aliases
  • Fixed bug in RefreshQuick method with semicolon at the end of the SELECT statement
  • Fixed bug with displaying invalid object property type in object inspector
  • Fixed bug with filter expression that contains several consecutive left brackets
Core Lab development team
http://www.crlab.com/sdac

Locked