ODAC 6.00 Beta available!

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Locked
Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

ODAC 6.00 Beta available!

Post by Alex » Thu 21 Dec 2006 15:05

Dear users,

Please try ODAC 6.00 Beta version available for download now.
Version 6.00 introduces a large number of new features including disconnected model and local failover support,
extended server-specific functionality support and many others.

New functionality:
  • Disconnected model for working offline and automatically connecting and disconnecting supported
  • Local Failover for detecting connection loss and implicitly reexecuting some operations supported
  • LargeInt fields supported
  • New tool for easily managing DataSets added
  • New component for transferring data between all types of TDataSets descendants added
  • Data export and import to/from XML supported
  • Support for sending messages to DBMonitor from any point of your program added
Support for more Oracle server functionality:
  • Distributed transactions supported
  • Advanced Queuing support added
  • Change notifications functionality of Oracle 10g supported
  • DBMS_TRACE package and SQLTrace functionality supported
  • OCI Connection Pooling, Statement Caching, and Proxy Session Pooling added
  • External Procedures support added
Extensions and improvements to existing functionality:
  • Master/Detail functionality extensions:
    - Local Master/Detail relationship support added
    - Master/Detail relationship in CachedUpdates mode support added
  • Connection pool functionality improvements:
    - Efficiency significantly improved
    - API for draining the connection pool added
  • TOraScript component improvements:
    - Support for executing individual statements in scripts added
    - Support for executing huge scripts stored in files with dynamic loading added
    - Ability to use standard SQL*Plus tool syntax added
  • Greatly increased performance of applying updates in CachedUpdates mode
  • Working with calculated and lookup fields improvements:
    - Local sorting and filtering added
    - Record location speed increased
    - Improved working with lookup fields
  • Ability to customize update commands by attaching external components to TOraUpdateSQL objects added
  • Support for using BeforeFetch and AfterFetch events in NonBlocking mode added
  • Temporary LOBs for updating LOB fields supported
  • Support for setting connection timeout values for Net mode added
Usability improvements:
  • Syntax highlighting in design-time editors added
  • Demo projects became better organized and clearer
We're looking forward to your comments and suggestions.

Core Lab development team
http://www.crlab.com/odac

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Thu 08 Feb 2007 16:18

ODAC 6 Beta version was recently updated. Below are listed the changes in the new build of ODAC 6 Beta:
  • WideMemo field type in Delphi 2006 supported
  • General performance improved
Core Lab development team
http://www.crlab.com/odac

Locked