New ODAC version 7.00 with RAD Studio XE support released!

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New ODAC version 7.00 with RAD Studio XE support released!

Post by Devart » Tue 14 Sep 2010 14:12

Dear users,

Devart team is glad to announce a release of the new ODAC version 7.00. The new version of ODAC supports RAD Studio XE that offers the following advantages:
  • Expanded multi-tier development with DataSnap
  • Powerful integrated tool chest
  • Cloud computing
  • Subversion integration in the IDE
  • Higher productivity and code intelligence
  • New tools to automate and augment your build process
  • Language, compiler and library enhancements
  • ToolCloud-enabled and earlier version access
More information on ODAC 7.00 changes below.
  • Fixed bug with AL32UTF8 and ZHS16GBK encoding in the OCI and Direct modes. Now field size and strings storing in these encodings is correct.
  • Fixed bug with update or insert in the Batch mode with custom (user defined) INSERT or UPDATE queries.
  • Fixed bug when ODAC truncates silently string parameters with length more then 4000 characters. Now it raises an error.
  • Fixed bug with displaying TimeStamp format if user changes Regional Settings when application is running. Now the TimeStamp format depends on ShortDateFormat and LongTimeFormat Delphi global variables.
  • Fixed bug with TOraTable with filling the KeyFields property. Now the KeyFields published property can be be filled by user only.
  • Fixed bug with filling default expression for fields in the design mode for inactive dataset.
  • Fixed bug with the LIKE keyword in the TDataSet.Filter property.
Devart development team
http://www.devart.com/odac

Locked