These projects are simple demos rather than complete applications.
They illustrate how to use components from Database Comparer VCL version 8.2 in your code.
Before you compile and run these demos please download and install the Database Comparer VCL 8.2 for your RAD Studio IDE using the official Download Page
For licensed downloads please submit the download / upgrade request to Customer Portal
Explore the samples to get started quickly with Database Comparer VCL.
- Added support for RAD Studio 13 Florence. Please use project files for Rad Studio 12 (..._12.dproj and ..._12.cbproj) to open and compile the demos.
- Packages for the 64-bit version of RAD Studio IDE have been implemented.
- Demo projects have been updated.
| Program Name | Description |
|---|---|
| Database Comparer (FireDAC) | Compares, synchronizes and updates databases structure and table data. Connects to a Firebird database via FireDAC. Available starting from RAD Studio XE8. |
| Database Comparer (IB Express) | Compares, synchronizes and updates databases structure. Connects to an IB database via IBExpress. |
| Database Comparer (UniDAC) | Compares, synchronizes and updates databases structure. Connects to a Firebird / Interbase database via UniDAC. |
| Database Comparer (FIBPlus) | Compares, synchronizes and updates databases structure. Connects to an IB database via FIBPlus. This demo is not available starting from RAD Studio 10 Seattle. |
| Database Comparer (ADO) | Compares, synchronizes and updates databases structure. Connects to a MS SQL database via ADO. |
| Table Data Comparer | Compares and synchronizes data between two database tables. This demo is not available starting from RAD Studio XE7. See also DB Comparer (FireDAC) and DB Comparer (IB Express) demos. |
| Table Data Comparer (Custom SQL) | An example for TTableDataComparer, which shows how to compare and synchronize two Firebird DB tables using a user-defined SQL script to fetch records. The connection is implemented via the FireDAC library. Available starting from RAD Studio XE8. |
| SQL Script Comparer | Compares two database scripts and displays the resulting update script. |
| Extract Metadata | Extracts the database metadata and displays the script. |
| Execute Local SQL Script | Loads and executes a LocalSQL (BDE) script for local databases (Paradox, dBASE). This demo is not available starting from RAD Studio XE7. |
| Program Name | Description |
|---|---|
| Database Comparer (FireDAC) | Compares, synchronizes and updates databases structure and table data. Connects to a Firebird database via FireDAC. Available starting from RAD Studio XE8. |
| Database Comparer (IB Express) | Compares, synchronizes and updates databases structure. Connects to an IB database via IBExpress. |
| Database Comparer (UniDAC) | Compares, synchronizes and updates databases structure. Connects to a Firebird / Interbase database via UniDAC. |
| Database Comparer (FIBPlus) | Compares, synchronizes and updates databases structure. Connects to an IB database via FIBPlus. This demo is not available starting from RAD Studio 10 Seattle. |
| Database Comparer (ADO) | Compares, synchronizes and updates databases structure. Connects to a MS SQL database via ADO. |
| Table Data Comparer | Compares and synchronizes data between two database tables. This demo is not available starting from RAD Studio XE7. See also DB Comparer (FireDAC) and DB Comparer (IB Express) demos. |
| Table Data Comparer (Custom SQL) | An example for TTableDataComparer, which shows how to compare and synchronize two Firebird DB tables using a user-defined SQL script to fetch records. The connection is implemented via the FireDAC library. Available starting from RAD Studio XE8. |
| SQL Script Comparer | Compares two database scripts and displays the resulting update script. |
| Extract Metadata | Extracts the database metadata and displays the script. |
| Execute Local SQL Script | Loads and executes a LocalSQL (BDE) script for local databases (Paradox, dBASE). This demo is not available starting from RAD Studio XE7. |
