Menu
Your Cart

SQL Server Data Access Components (SDAC)

SQL Server Data Access Components (SDAC)

Need more information on this product?

Please contact us on +44 (0)20 8733 7100 or via our online form.

Contact Us

If you are not currently a customer, you can apply for an account.

Register here


  • SKU: CRVCLSQL


Component library that provides access to Microsoft SQL Server databases, connecting to SQL Server directly through OLE DB, a native SQL Server interface. Support is provided for Embarcadero RAD Studio XE.

SQL Server Data Access Components (SDAC) is a library of components that provides native connectivity to SQL Server from Delphi, C++Builder, Lazarus (and Free Pascal) for Windows (both 32-bit and 64-bit) and Mac OS X. SDAC-based applications connect to SQL Server directly through OLE DB, which is a native SQL Server interface. SDAC is designed to help programmers develop faster and cleaner SQL Server database applications.

SDAC, a high-performance and feature-rich SQL Server connectivity solution, is a complete replacement for standard SQL Server connectivity solutions and presents an efficient native alternative to the Borland Database Engine (BDE) and standard dbExpress driver for access to SQL Server.

SQL Server Data Access Components comes in two editions: Standard and Professional.

  • Standard edition includes the SDAC basic connectivity components and SDAC Migration Wizard. SDAC Standard Edition is a cost-effective solution for database application developers who are looking for overall high-performance connectivity to SQL Server.
  • Professional edition shows off the full power of SDAC, enhancing SDAC Standard Edition with support for SQL Server-specific functionality, access to the Direct mode for connecting to the SQL Server directly via TCP/IP and advanced dataset management features.

You can get Source Access to the implementation of all the component classes in SDAC by purchasing the special SDAC Professional Edition with Source Code. The source codes of DataSet Manager and Migration Wizard are not distributed. The source code of SQL Server Direct Mode is distributed obfuscated.

Key Features:

  • Direct Mode: Allows your application to work with SQL Server directly via TCP/IP without involving SQL Server Client, thus significantly facilitating deployment and configuration of your applications.
  • Mobile Development: Develompent for iOS and Android mobile devices using SDAC becomes still easier, as SDAC allows your mobile applications to work with SSQL Server database as simply as desktop applications do.
  • DB Compatibility: SQL Server 2016\2014\2012\2008 R2\ 2008\2005 (including Express edition), SQL Server 2000 (including MSDE), SQL Server 7, SQL Server Compact 4.0\3.5\3.1, SQL Azure
  • Data Type Mapping: If you want to make custom correspondence between SQL Server and Delphi data types, you can use a simple and flexible Data Type Mapping engine provided by SDAC.
  • IDE Compatibility: Our product is compatible with the latest IDE versions: Embarcadero RAD Studio 10.2 Tokyo, Delphi 10.2 Tokyo, C++Builder 10.2 Tokyo, Lazarus (and FPC). It is also compatible with the previous IDE versions since Delphi 6 and C++Builder 6.
  • Development Platforms: Now you can develop not only VCL-based applications in Delphi and LCL-based ones in Lazarus, but also use the newest FireMonkey application development platform.
  • Performance: All our components and libraries are designed to help you write high-performance, lightweight data access layers, therefore they use advanced data access algorithms and techniques of optimisation.
  • Monitoring: Use our freeware dbMonitor tool to monitor and analyse all the DB calls made by your application using SQL Server data access components. dbMonitor performs percomponent tracing of SQL statement execution, commits, rollbacks, etc.

SQL Server Data Access Components (SDAC) - Features

SQL Server Data Access Components (SDAC) is a library of components that provides access to Microsoft SQL Server databases. SDAC connects to SQL Server directly through OLE DB, which is a native SQL Server interface. The SDAC library is designed to help programmers develop faster and cleaner SQL Server database applications.

SDAC is a complete replacement for standard SQL Server connectivity solutions and presents an efficient alternative to the Borland Database Engine for access to SQL Server.

All editions of SDAC include the following basic components:

  • TMSConnection - lets you set up and control connections to SQL Server
  • TMSQuery - queries execution, operates record set, flexible way updating database tables
  • TMSTable - lets you retrieve and update data in a single table without writing SQL statements
  • TMSStoredProc - executes stored procedures and functions
  • TMSSQL - executes SQL statements and stored procedures, which do not return rowsets
  • TMSScript - executes sequences of SQL statements
  • TMSUpdateSQL - lets you tune update operations for a DataSet component
  • TMSDataSource - provides an interface between a SDAC dataset components and data-aware controls on a form
  • TMSSQLMonitor - allows to monitor dynamic SQL executing in SDAC based applications
  • TMSConnectDialog - allows you to build custom prompts for usernames, passwords, and servers
  • TVirtualTable - dataset stores data in memory
  • MSDataAdapter - .NET component, uses TDataSet as data source for retrieving and saving data to System.Data.DataSet

SDAC Professional Edition includes the following additional components:

  • TMSLoader - allows you to quickly load data into SQL Server databases
  • TMSDump - serves to store a database or its parts as a script and also to restore database from received script
  • TMSServiceBroker - lets you work with Service Broker technology to send and receive messages
  • TMSMetaData - allows to retrieve embracing metadata on specified SQL object
  • TMSChangeNotification - lets you react on different server side changes on-the-fly. Based on the Query Notifications mechanism of SQL Server 2005
  • TMSTransaction - lets you control distributed transactions via Microsoft Distributed Transaction Coordinator
  • TMSCompactConnection - lets you set up and control connections to SQL Server Compact Edition
  • TCRBatchMove - transfers data between all types of TDataSet descendants

Back to top

Key Features

The following list describes the main features of SQL Server Data Access Components.

  • Direct access to server data. Does not require installation of other data provider layers (such as BDE and ODBC)
  • VCL, VCL.NET, and CLX versions of library available
  • Full support of the latest Microsoft SQL Server versions, including Express and Compact Editions
  • Support for all SQL Server data types
  • Disconnected Model with automatic connection control for working with data offline
  • Local Failover for detecting connection loss and implicitly reexecuting certain operations
  • All types of local sorting and filtering, including by calculated and lookup fields
  • Automatic data updating with TMSQuery, TMSTable, and TMSStoredProc components
  • Unicode support
  • Support for many SQL Server-specific features, such as MARS and bulk copy operations
  • Advanced script execution with TMSScript component
  • Support for using macros in SQL
  • Easy migration from BDE and ADO with Migration Wizard
  • Lets you use Professional Edition of Delphi and C++Builder to develop client/server applications
  • Includes annual SDAC Subscription with Priority Support
  • Licensed royalty-free per developer, per team, or per site

General Features

General usability

  • Direct access to server data. Does not require installation of other data provider layers (such as BDE and ODBC)
  • Interface compatible with standard data access methods, such as BDE and ADO
  • VCL, VCL for .NET, and CLX versions of library available
  • Separated run-time and GUI specific parts allow you to create pure console applications such as CGI
  • Unicode and national charset support

Network and connectivity

  • Disconnected Model with automatic connection control for working with data offline
  • Local Failover for detecting connection loss and implicitly reexecuting certain operations

Compatibility

  • Full support of the latest versions of InterBase, Firebird and Yaffil database servers
  • Support for all InterBase data types
  • Compatible with all IDE versions starting with Delphi 5, C++Builder 5, and Kylix 2, except Delphi 8
  • Includes provider for UniDAC Standard Edition [New]
  • Wide reporting component support, including support for InfoPower, ReportBuilder, FastReport
  • Support of all standard and third-party visual data-aware controls
  • Allows you to use Professional Edition of Delphi and C++Builder to develop client/server applications

SQL Server technology support

  • TMSLoader component for improving record insertion performance
  • TMSServiceBroker component for SQL Server 2005 queuing and reliable messaging
  • Enhanced support for User-defined Types of SQL Server
  • Enhanced support for SQL Server Compact Edition with the TMSCompactConnection component
  • Possibility to change application name for a connection
  • Possibility to change workstation identifier for a connection
  • Configuration of OEM/ANSI character translation
  • Ability to lock records and tables

Performance

  • High overall performance
  • Fast controlled fetch of large data blocks
  • Optimized string data storing
  • Advanced connection pooling
  • High performance of applying cached updates with batches
  • Caching of calculated and lookup fields
  • Fast Locate in a sorted DataSet
  • Preparing of user-defined update statements

Local data storage operations

  • Database-independent data storage with TVirtualTable component
  • CachedUpdates operation mode
  • Local sorting and filtering, including by calculated and lookup fields
  • Local master/detail relationship
  • Master/detail relationship in CachedUpdates mode

Data access and data management automation

  • Automatic data updating with TIBCQuery and TIBCTable components
  • Automatic record refreshing and locking
  • Automatic query preparing
  • Support for ftWideMemo field type in Delphi 2006 and higher

Extended data access functionality

  • Separate component for executing SQL statements
  • Simplified access to table data with TIBCTable component
  • Ability to retrieve metadata information with TIBCMetaData component [New]
  • BLOB compression support
  • Support for using macros in SQL
  • Ability to customize update commands by attaching external components to TIBCUpdateSQL objects
  • Deferred detail DataSet refresh in master/detail relationships
  • MIDAS technology support
  • IBCDataAdapter component for WinForms and ASP.NET applications

Data exchange

  • Transferring data between all types of TDataSet descendants with TCRBatchMove component
  • Data export and import to/from XML (ADO format)
  • Ability to synchronize positions in different DataSets

Script execution

  • Advanced script execution features with TIBCScript component
  • Support for executing individual statements in scripts
  • Support for executing huge scripts stored in files with dynamic loading
  • Ability to use standard ISQL syntax in scripts

SQL execution monitoring

  • Extended SQL tracing capabilities provided by TIBCSQLMonitor component and DBMonitor application
  • Borland SQL Monitor support
  • Ability to send messages to DBMonitor from any point in your program

Visual extensions

  • Includes source code of enhanced TCRDBGrid data-aware grid control
  • Customizable connection dialog

Design-time enhancements

  • DataSet Manager tool to control DataSet instances in the project
  • Advanced design-time component and property editors
  • Automatic design-time component linking
  • Easy migration from BDE and IBX with Migration Wizard
  • More convenient data source setup with the TIBCDataSource component
  • Syntax highlighting in design-time editors

Product clarity

  • Complete documentation sets
  • Printable documentation in PDF format
  • A large amount of helpful demo projects

Licensing and support

  • Included annual IBDAC Subscription with Priority Support
  • Licensed royalty-free per developer, per team, or per site

Back to top

New Features in SDAC 4.80

  • Embarcadero RAD Studio 2010 suppored

Features in SDAC 4.70

  • Delphi 2009 and C++Builder 2009 supported
  • Extended Unicode support for Delphi 2007 added (special Unicode build)
  • Free Pascal 2.2 supported
  • Powerful design-time editors implemented in Lazarus
  • Completed with more comprehensive structured Help

Features in SDAC 4.50

  • Added compatibility with UniDAC
  • Improved support of default field values
  • Added ability to specify key fields for a dataset
  • Added support of automatic records locking
  • Added an option for setting lock wait timeout

Back to top

SQL Server Data Access Components (SDAC) - System Requirements

SDAC supports SQL Server 2008, SQL Server 2005 (including Compact and Express editions), SQL Server 2000, SQL Server 7 and MSDE.

SDAC is compatible with the following IDEs:

  • Embarcadero RAD Studio 2010
  • CodeGear C++Builder 2009
  • CodeGear Delphi 2009 for Win32
  • CodeGear RAD Studio 2007
  • CodeGear C++Builder 2007
  • CodeGear Delphi 2007 for Win32
  • Turbo Delphi Professional
  • Turbo Delphi for .NET Professional
  • Turbo C++ Professional
  • Borland Developer Studio 2006 including support of Delphi for Win32, Delphi for .NET and C++Builder Personality
  • Borland Delphi 2005
  • Borland Delphi 7
  • Borland Delphi 6
  • Borland Delphi 5
  • Borland C++Builder 6
  • Borland C++Builder 5
  • Free Pascal for Win32 (only Editions with Source Code and Trial Edition)

Only Architect, Enterprise, and Professional editions are supported.