1. Skip to Menu
  2. Skip to Content
  3. Skip to Footer>

Export, convert database



The database export feature of the program has been totally redesigned:

Video:








The story of the video in pictures:



Firstly, you have to select the database servers to export the tables from/to
You can select different types of databases, e.g. MSSQL to Oracle or MySQL to MSSQL

Connect to SQL server - Database export, convert

Select the source database

Select the source database - Database export, convert

Select the target database

Select the target database - Database export, convert

If you want to export to the common columns of the available tables, then please deselect the table structure
You can also select the properties of the tables to export by the program (index, trigger, check, foreign key, table properties)
You can select the types of the SQL statements to compile by the program for exporting your data.

Database export, convert

A little explanation:
IF.. : generates conditional SQL statements. Only showed for MSSQL.
DELETE ALL: removes all the rows from the target database table
DELETE: removes only those rows from the target database table which exist in the source, too

Database export, convert

Using type conversion rules you can set the matching between the data types of the source and the target databases. Usually you can leave it untouched, so you have to accept the type conversion rules recommended by the program.

Type conversion rules - Database export, convert

The program lists the source database tables and defines their identifiers

Database export, convert

How to export

How to export - Database export, convert

During the export, the structure is created and dropped and the data are deleted and copied in the order defined by the foreign keys, too

Database export, convert

Right after the export you can compare the source and the target databases

Database export, convert

Data comparison

>Data comparison - Database export, convert

Data comparison has finished

Data comparison has finished - Database export, convert