SQL Server Data Access Components (SDAC) 8.0.4

Released: Jan 18, 2018

Updates in 8.0.4

Features

  • Added support for Windows authentication in Direct mode.
  • Added support for Lazarus 1.8 and FPC 3.0.4.
  • Added support for custom constraints.
  • New UseBlankValues property added to Loader component.

Fixes

  • Fixed bug with memory leak in Direct mode when UniDirectional is True.
  • Fixed bug fetching data in NonBlocking mode.
  • Fixed bug with AV failure when processing a large widestring parameter.
  • Fixed bug with AV failure in TMSChangeNotification.
  • Fixed bug with script parsing in TDAScript.
  • Fixed bug calling RefreshRecord when setting FullRefresh to True and using encryption.
  • Fixed bug with assertion failure when adding Calculated fields after calling Prepare.
  • Fixed bug using AsDateTime property when working with fields of ftDate or ftTime type.
  • Fixed bug with assertion failure when using the OnFilterRecord event handler.
  • Fixed bug with AutoInc fields in TVirtualTable.
  • Fixed bug with AV in TVirtualDataSet when editing Blobs.