We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

SqlClientDAC for Delphi

SqlClient Data Access Components (SqlClientDAC) is a feature-rich and high-performance library of components that provides native connectivity to SQL Server from Delphi. SqlClientDAC-based applications connect to SQL Server directly through the ADO.Net SqlClient, which is a .NET Framework Data Provider for SQL Server. SqlClientDAC is designed to help programmers develop faster and cleaner SQL Server database applications. SqlClientDAC uses its own protocol to communicate with SQL Server. SqlClientDAC is lightweight and performs well because it is optimized to access a SQL Server directly without adding an OLE DB or Open Database Connectivity (ODBC) layer. SqlClientDAC, 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.

1 of 5

2 of 5

3 of 5

4 of 5

5 of 5

35 Reviews

  • Powerful Unified Communication Features
  • Fast, Easy, Free Setup & Install
  • Trusted by 47,000+ Companies in 100 Countries
Website https://crystalnet-tech.com/ADONetVcl/SqlClientDAC.aspx
Tags
License
Platform
Features
  • Direct access to microsoft sql server data. Does not require installation of other data provider layers (such as BDE)
  • Bulk copying of data from a data source to Sql server database using TSqlClientBulkCopy component
  • Interface compatible with standard data access methods, such as BDE and ADO
  • Unicode support
  • Easy to deploy
  • Connection string support
  • Transmission is via XML format, therefore can pass through firewalls
  • Provides support for obtaining SQL Server run-time statistics
  • Provides database mirroring functionality
  • Provides support for snapshot isolation, a row versioning mechanism designed to reduce blocking in transactional applications.
  • Provides support for High Availability, Disaster Recovery
  • High overall performance
  • Fast controlled fetch of large data blocks
  • High performance of applying cached updates with batches
  • Advanced connection pooling
  • High performance batch processing
  • Intelligent fetch block size control
  • Support prefetching rows - specifies the number of rows that are to be fetched per server round trip. This is controlled by FetchOptions.RowsetSize property
  • CachedUpdates operation mode which is controlled UpdateMode property
  • Automatic data updating with TSqlClientQuery, TSqlClientTable, and TSqlClientStoredProc components
  • Fast data retrieval with TSqlClientDataReader component
  • Automatic record refreshing and locking
  • Automatic query preparing
  • Data export and import to/from XML
  • Advanced design-time component and property editors
  • The ConnectRetryCount and ConnectRetryInterval connection string keywords (ConnectionString) let you control the idle connection resiliency feature
  • etc