Delphi Data Access Components
EntityDAC
EntityDAC is an ORM for Delphi with LINQ support. It provides a powerful framework that allows to perform object-relational mapping of database objects to Delphi classes with full support for encapsulation, inheritance, polymorphism and other OOP features. To retrieve data from a database, LINQ is used as a database independent query engine. In addition, there is a feature-rich ORM modeling tool available ? Entity Developer, that allows to create and edit your ORM models visually, and generate Delphi entity classes by this model automatically.
Universal Data Access Components
Universal Data Access Components (UniDAC) is a powerful tool for developing cross-database client/server applications in Delphi, C++Builder, Lazarus (and Free Pascal) under Windows, Mac OS X, iOS, Android, Linux, and FreeBSD for both 32-bit and 64-bit platforms. UniDAC provides a unified interface to access popular database servers such as Oracle, Microsoft SQL Server, MySQL, InterBase, The Rings too Firebird, PostgreSQL, SQLite, DB2, Microsoft Access, Advantage Database Server, Adaptive Server Enterprise, and more other databases.
Oracle Data Access Components
Being a feature-rich and high-performance library of components that provides native connectivity to Oracle from Delphi, C++Builder, Lazarus (and Free Pascal) under Windows, Mac OS X, iOS, Android, Linux, and FreeBSD for both 32-bit and 64-bit platforms, Oracle Data Access Components (ODAC) aims to assist programmers in developing of fast and native Oracle applications. It provides both possibility of connection to Oracle by means of native Oracle data access and directly via TCP/IP without involving Oracle Client.
SQL Server Data Access Components
Being a feature-rich and high-performance library of components that provides native connectivity to SQL Server from Delphi, C++Builder, Lazarus (and Free Pascal) under Windows and MacOS, both 32-bit and 64-bit platforms, SQL Server Data Access Components (SDAC) aims to assist programmers in developing of fast and native SQL Server database applications. It allows working with SQL Server not only through OLE DB, but through SQL Native Client as well.
MySQL Data Access Components
Being a feature-rich and high-performance library of components that provides direct access to MySQL from Delphi, C++Builder, Lazarus (and Free Pascal) under Windows, Mac OS X, iOS, Android, Linux, and FreeBSD for both 32-bit and 64-bit platforms, MySQL Data Access Components (MyDAC) aims to assist programmers in developing of fast and native MySQL applications. It provides an additional opportunity to work with MySQL directly via TCP/IP without involving MySQL client library.
InterBase and Firebird Data Access Components
Being a feature-rich and high-performance library of components that provides native connectivity to InterBase and Firebird from Delphi, C++Builder, Lazarus (and Free Pascal) under Windows, Mac OS X, iOS, Android, Linux, and FreeBSD for both 32-bit and 64-bit platforms, InterBase and Firebird Data Access Components (IBDAC) aims to assist programmers in developing of fast and native Interbase and Firebird applications. IBDAC-based applications connect to the server directly using the InterBase or Firebird client.
PostgreSQL Data Access Components
Being a feature-rich and high-performance library of components that provides native connectivity to PostgreSQL from Delphi, C++Builder, Lazarus (and Free Pascal) under Windows, Mac OS X, iOS, Android, Linux, and FreeBSD for both 32-bit and 64-bit platforms, PostgreSQL Data Access Components (PgDAC) aims to assist programmers in developing of fast and native PostgreSQL applications. It provides opportunity to work with PostgreSQL directly via TCP/IP without involving PostgreSQL Client.
SQLite Data Access Components
Being a feature-rich and high-performance library of components that provides native connectivity to SQLite from Delphi, C++Builder, Lazarus (and Free Pascal) under Windows, Mac OS X, iOS, Android, Linux, and FreeBSD for both 32-bit and 64-bit platforms, SQLite Data Access Components (LiteDAC) aims to assist programmers in developing of fast and native SQLite applications. LiteDAC provides an opportunity to work with SQLite directly by static linking of SQLite library in an application. To protect your data from unauthorized access, LiteDAC provides a powerful and customizable SQLite Database Encryption engine.
VirtualDAC
VirtualDAC consists of components - VirtualQuery, VirtualTable and VirtualDataSet - that provide such capabilities as working with non-tabular data, performing SQL-queries to data in memory or to data from sources in different RDBMS'es etc., that are not available for standard data access components.