Site Map Email Us Home
 
All Products
Clever Internet Suite
Clever Internet .NET Suite
Clever Internet ActiveX Suite
Clever Keyboard Indicator
Database Comparer
Database Comparer VCL
Database Comparer ActiveX
Interbase DataPump
Subscribe and receive email notifications on all major releases and other important events.
Your Name:
Your Email:
 

Best Offer for Delphi / C++ Builder Developers

 

Buy FIBPlus at discount price !

 
 
Products Articles Downloads Order Support
Components  | Tour  | Download  | Order  | History 
 

Database Comparer

Features  | Detailed Description 
 

The Database Comparer is a component from the Database Comparer VCL library.
This component compares two Database Structure components holding actual structures of Target and Master databases and creates the update script. You can run this update script and synchronize the databases.

Features:

  • Compare databases and SQL/DDL scripts
  • MSSQL, Oracle, MySQL, InterBase, Sybase, Postgre SQL support
  • Compare specific database objects or entire databases
  • Alter Table Columns with Data Type Conversion
  • Wide range of comparing options: Case-Sensitive, Character Set and more
  • Detailed synchronizing process log
  • Event Notifications to control every aspect of database comparing process

Compare databases in just few lines of code

Use the Database Comparer component together with Database StructureDatabase Extractor and SQL Executor components for comparing and synchronizing two databases on the same or different servers.

DbExtractMaster.DBStructure := DbStructure1;
DbExtractTarget.DBStructure := DbStructure2;

DbExtractMaster.ExtractDatabase;
DbExtractTarget.ExtractDatabase;

DbComparer1.DBStructureMaster := DbStructure1;
DbComparer1.DBStructureTarget := DbStructure2;
DbComparer1.SQLExec := SQLExec1;

DbComparer1.CompareDatabases;

SQLExec1.ExecuteScript;

Samples in Delphi and C++Builder

Please see the Demos code (DBComparerDemo, ScriptComparer) and also the indexed Help documentation provided with the Database Comparer VCL installation to learn more about using this component in your application.

Complete Delphi source code

When Purchasing the Database Comparer VCL you receive the full sources for all components and also free unlimited support.

Interested?

 
Home  | Site Map  | Products  | Articles  | Downloads  | Order  | Support
 
    Copyright © 2000-2007