New build of SDAC 4.30.0.13 is available!

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Locked
Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

New build of SDAC 4.30.0.13 is available!

Post by Antaeus » Fri 16 Nov 2007 14:56

New build of SDAC version 4.30.0.13 is available for download now.
This version includes:
  • Added support for TVariantField in VirtualTable
  • Added ability to upgrade SDAC without uninstallation of previous SDAC builds
  • Now an exception is raised when uaFail is assigned to UpdateAction in OnUpdateRecord event handler
  • Optimized system resources usage for AutoRefresh
  • Fixed bug with automatic quotation of field names containing spaces
  • Fixed bug with the QuoteNames option in TMSTable
  • Fixed bug with parameter data type after assigning its value using the AsWideString property
  • Fixed bug with delayed disconnection under CLR
  • Fixed bug when working with prepared stored procedures under CLR
  • Fixed bug with Local Failover and the prSQL provider
  • Fixed bug with using SDAC in DLL
  • Fixed bug with determining read-only fields for SQL Server 7
  • Fixed bug with second script execution after the first execution failed with an exception
  • Fixed bug with parsing numbers followed by parameters whose names consist of digits
  • Fixed bug with locating variant values in TVirtualTable
  • Fixed bug with filtering in FetchAll=False mode
Core Lab development team
http://www.crlab.com/sdac

Locked