Oracle Data Access Components (ODAC) Releases

Released: Apr 5, 2017

Updates in 10.0.1

Features

  • Support for RAD Studio 10.2 Tokyo.
  • Support for Linux in RAD Studio 10.2 Tokyo.
  • Support for Lazarus 1.6.4 and Free Pascal 3.0.2.
  • Support for Oracle Encryption, Oracle Data Integrity, Oracle Cloud (DBaaS), Oracle 12c authentication and SECUREFILE in Direct mode.
  • Support for Prefetch LOBs for Oracle 11 and higher.
  • Support for EDITIONABLE and NONEDITIONABLE clauses.
  • Added PrefetchLobSize option.
  • Support for ANYDATA.
  • Improved field size detection for servers with multi-byte charset when...

Released: Nov 21, 2016

Updates in 9.7.28

Features

  • Improved support for XML type object attributes.

Fixes

  • Fixed bug with XML when UnicodeEnvironment=True.
  • Fixed bug adding Calculated fields after calling Prepare.
  • Fixed bug with OraTimeStamp comparision.

Released: Sep 8, 2016

Updates in 9.7.26

Features

  • Added TDADataSetOptions.InsertAllSetFields property.

Fixes

  • Fixed several bugs in SmartFetch Mode.
  • Fixed bug with memory leak if a parameter has the ftUnknown data type.
  • Fixed bug with WITH clause in TOraScript for Oracle 12c.
  • Fixed bug with invalid Oracle home.
  • Fixed bug setting the TCustomDADataSet.EOF property after fetch is canceled.
  • Fixed bug with param values loss after changing TDAParam.ValueCount.
  • Fixed bug with PtrOffset function when Overflow Checking option is enabled.
  • Fixed...

Released: Jun 27, 2016

Updates in 9.7.25

Features

  • Added TVirtualDataSet component.
  • Support for RAD Studio 10.1 Berlin.

Fixes

  • Fixed bug with BINARY_DOUBLE and BINARY_FLOAT stored procedure parameters in the Direct mode.
  • Fixed bug with generating INSERT or UPDATE queries when UpdatingTable is specified.
  • Fixed bug with Refresh and Locate in the NonBlocking mode.
  • Fixed bug with AV on writing BLOBs for Win64 target platform.
  • Fixed bug with AV on application closing when DLLs are used in the Trial edition.
  • Fixed bug with using parameters and...

Released: Sep 24, 2015

Updates in this release

Updates in V9.6.20

  • Support for RAD Studio 10 Seattle.
  • NULL and empty strings are now different values for ftOraLob and ftOraClob parameters.
  • Support for OraNet.PacketSize added to improve performance on VPN and Wireless networks.
  • Added support for Object References in Direct mode.

Released: Jun 2, 2015

Updates in this release

Updates

  • Embarcadero RAD Studio XE8 support.

Released: Sep 23, 2014

Updates in this release

Updates

  • RAD Studio XE7 support.
  • Lazarus 1.2.4 support.
  • ODBC connections significantly improved.
  • Support for NexusDB 4.xx.

Released: Oct 5, 2011

Updates in this release

Updates

  • Embarcadero RAD Studio XE2 now supported
  • Application development for 64-bit Windows now supported
  • FireMonkey application development platform now supported
  • Support of master/detail relationship for TVirtualTable added
  • OnProgress event in TVirtualTable added

Released: May 17, 2011

Updates in this release

Updates in SQL Server Data Access Components (SDAC) V5.10

  • Lazarus 0.9.30 and Free Pascal 2.4.2 support
  • Support for Table-Valued Parameters has been added
  • A TMSTableData component for storing data of Table-Valued Parameter type has been added
  • Support for an API interface for managing FILESTREAM data has been added
  • Support for SQL Server Compact Edition 4.0 has been added
  • Bug fix: bookmark validity check
  • Bug fix: processing varchar(max) output parameters in stored procedure
  • Bug fix: using empty...

Released: Feb 1, 2011

Updates in this release

Updates in V7.10

  • Added support for connections using Service Name in Direct mode
  • Improved returning cursors with different fields from TOraStoredProc
  • Fixed Clob parameters reading and writing for charsets with varying character width
  • Fixed search for the TNS_ADMIN variable in the Oracle root location in the registry
  • Fixed the GetOrderBy method
  • Fixed moving data with the OraNumber data type by the TCRBatchMove component