Universal Data Access Components (UniDAC) Releases

Released: Sep 27, 2013

Updates in this release

Updates in V5.1.3

  • RAD Studio XE5 support.
  • Android application development support.
  • Lazarus 1.0.12 support.
  • IPv6 protocol support.
  • Migrate from FIBPlus.
  • Connection component Ping method added.

Released: Aug 14, 2013

Updates in this release

Updates in V5.0.2

  • Improved connection dialog.
  • Oracle 12c support.
  • Schema name now used when filling default values if DefaultValues = True.
  • Direct mode is based on SQLite engine version 3.7.17.

Released: Jun 7, 2012

Updates in this release

Updates in V4.1

  • Update 2 for RAD Studio XE2, Delphi XE2 and C++Builder XE2 now supported
  • FireMonkey support improved
  • Lazarus 0.9.30.2 and Free Pascal 2.4.4 now supported
  • Mac OS X, Linux x64 and FreeBSD now supported in Lazarus
  • Oracle 11 Express Edition now supported
  • Support for NonBlocking options added
  • QueryResultOnly option added
  • PostgreSQL 9.1 now supported
  • DateFormat and TimedFormat specific options added
  • NexusDB 3.09 now supported

Released: Sep 27, 2011

Updates in this release

Updates in V4.0

  • Embarcadero RAD Studio XE2 now supported
  • Application development for 64-bit Windows now supported
  • FireMonkey application development platform now supported
  • Support for master/detail relationship for TVirtualTable added
  • OnProgress event in TVirtualTable added
  • TDADataSetOptions.SetEmptyStrToNull property that allows inserting NULL value instead of empty string added
  • Bug with processing transaction when connection is lost is fixed

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 V3.6

  • Added NexusDB provider
  • Added support for ASCII databases in the SQLite provider (the ASCIIDataBase specific option)
  • Changed Collation and Encryption function in the SQLite provider (this function has been moved to the TLiteUtils class in the SQLiteUniProvider unit)
  • Improved PostgreSQL provider's performance
  • Improved Encryption in the SQLite provider
  • Fixed memory leak in the SQLite provider
  • Fixed bug with Currency parameter type in ODBC
  • Fixed bug in TUniDump in the InterBase...

Released: Oct 4, 2010

Updates in this release

Updates in latest versions

  • Embarcadero RAD Studio XE supported

Released: Oct 1, 2010

Updates in this release

Updates in V3.5

  • Embarcadero RAD Studio XE supported
  • Fixed bug with AL32UTF8 and ZHS16GBK encoding for Oracle in OCI and Direct modes. Now field size and strings storing in these encodings is correct.
  • 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