Site Map Contact Us Home
E-mail Newsletter
Subscribe to get informed about
Clever Components news.

Your Name:
Your Email:
 
SUBSCRIBE
 
Previous Newsletters
 






Products Articles Downloads Order Support
Customer Portal      

DB Structure

Features | Detailed Description

The DB Structure is a component from the Database Comparer VCL library.
This component stores the database metadata: tables, triggers, stored procedures and other database objects.

Features:

  • MSSQL, Oracle, MySQL, InterBase, Sybase, Postgre SQL support
  • Contains database-independent structure information
  • Direct access to all database objects - tables, triggers, indices and more

Extract database structure in just few lines of code

Use the DB Structure component together with DB Extractor for saving extracted database objects. This component is used by DB Comparer for comparing Master and Target database structures.

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

DbExtractMaster.ExtractDatabase;
DbExtractTarget.ExtractDatabase;

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

DbComparer1.CompareDatabases;

Samples in Delphi and C++Builder

Please see the Demos code 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?

    Copyright © 2000-2024