UniDAC includes the following components:
Lets you set up and control connections to different servers.
Provides discrete transaction control over sessions. Can be used to manipulate both simple and distributed transactions for certain providers.
Uses SQL statements to retrieve data from tables and pass it to one or more data-aware components through a TDataSource object. This component provides a mechanism for updating data.
Lets you retrieve and update data in a single table without writing SQL statements.
Executes stored procedures and functions. Lets you edit cursor data returned as parameter.
Executes SQL statements, and stored procedures, which do not return datasets.
Executes sequences of SQL statements, and provides control over the execution process.
Allows to retrieve embracing metadata on specified SQL object
Lets you tune update operations for a DataSet component.
Provides an interface for connecting data-aware controls on a form and UniDAC dataset components.
Interface for monitoring dynamic SQL execution.
Allows you to build custom prompts for provider name, server name, port number, database, user name, and password.
Provides quick loading data to a database.
Serves to store a database or its parts as a script and also to restore database from received script.
Used to send and receive database events.
Provides dataset functionality for data that has no real database connection. This component is placed on the Data Access page of the Component palette, not on the UniDAC page.
Links the InterBase provider to an application.
Links the MySQL provider to an application.
Links the Oracle provider to an application.
Links the PostgreSQL provider to an application.
Links the SQL Server provider to an application.
Links the SQLite provider to an application.
Links the ODBC provider to an application.
Links the DB2 provider to an application.
Links the Access provider to an application.
Links the Advantage provider to an application.
Links the ASE provider to an application.
Transfers data between all types of TDataSet descendants. This component is placed on the Data Access page of the Component palette, not on the UniDAC page.
You might be also interested in:
Data Access Components for: