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.

OLEDBDAC for Delphi

OLE DB Data Access Components (OLEDBDAC) is a feature-rich and high-performance library of components that provides data access for data sources exposed through OLE DB from Delphi for both 32-bit and 64-bit Windows platforms. OLEDBDAC-based applications connects to any data source exposed through OLE DB using the .NET Framework Data Provider for OLE DB. OLEDBDAC aims to assist programmers in developing of fast and native database applications whose data source is exposed through OLE DB. OLEDBDAC uses native OLE DB through COM interop to enable data access.

OLEDBDAC does not support OLE DB version 2.5 interfaces. OLE DB Providers that require support for OLE DB 2.5 interfaces will not function correctly with the OLE DB Data Access Components. This includes the Microsoft OLE DB provider for Exchange and the Microsoft OLE DB provider for Internet Publishing.

OLEDBDAC does not work with the OLE DB provider for ODBC (MSDASQL). To access an ODBC data source use the ODBCDAC instead.

1 of 5

2 of 5

3 of 5

4 of 5

5 of 5

62 Reviews

  • Unlimited Calling, Faxing, Video Conferencing
  • 24/7 U.S Based Customer Support
  • Super Reliable, Simple to Use
Website https://crystalnet-tech.com/ADONetVcl/OLEDBDAC.aspx
Tags
License
Platform
Features
  • Direct access to server data via OLE DB providers.
  • Interface compatible with standard data access methods, such as BDE and ADO
  • Unicode support
  • Easy to deploy
  • Transmission is via XML format, therefore can pass through firewalls
  • 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 TOleDbQuery, TOleDbTable, and TOleDbStoredProc components
  • Fast data retrieval with TOleDbDataReader component
  • Automatic record refreshing and locking
  • Automatic query preparing
  • Data export and import to/from XML
  • Advanced design-time component and property editors
  • etc