ODAC 6.05 with Oracle Package Wizard is Released!

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Locked
Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

ODAC 6.05 with Oracle Package Wizard is Released!

Post by Challenger » Thu 17 May 2007 15:16

Dear users,

Core Lab team is glad to announce a release of the new ODAC version 6.05.
This version introduces a new tool named Oracle Package Wizard.
This tool is designed for creating wrapper classes for PL/SQL Packages, and
simplifying working with types and stored procedures contained in PL/SQL Packages.

More information on ODAC 6.05.0.7 below.

New features:
  • Added Oracle Package Wizard that simplifies working with PL/SQL Packages
  • Added support for detecting the component that raises EOraError
  • Added support for ftOraBlob and ftOraClob types in the TVirtualTable.Assign method
  • Added ability to disable dependency on BDE packages for ODAC Edition with Sources
  • Added ability to drag datasets between connections in group by connections mode in DataSet Manager
  • Added ability to assign DataSource and DataField properties of DevExpress DB-aware controls automatically in DataSet Manager
  • Extended abilities of assigning default controls for datasets and fields in DataSet Manager
Bug fixes:
  • Changed behaviour of the SetFieldsReadOnly option in TSmartQuery for compatibility with ODAC 5
  • Bug with AV failure after second call to CommitUpdates when there are skipped records in cache fixed
  • Bug with double quoting of field names in automatically generated SQL commands fixed
  • Bug with generating incorrect update commands for queries with aliases fixed
  • Problem with freezing in Pooling mode fixed
  • Error when connecting from multiple threads under Linux fixed
  • Bug with "DisposeBuf failed" exception on updating string fields in CachedUpdates mode
  • Bug when UnPrepare is not called for TCustomDASQL on changing value of a macro fixed
  • Bug with loading DataSet Manager package in a localized IDE fixed
  • Maximum fields supported by TSmartQuery increased to 10000
  • Bug in the OraDataAdapter component with reading BLOB fields fixed
  • Minor bugs in installation for C++Builder and Delphi 2007 fixed
  • Minor bugs in DataSet Manager fixed
Core Lab development team
http://www.crlab.com/odac

Locked