Description:
DB Dumper can extract defined tables from various DBs to external file. It uses ODBC driver to connect and work with DBs. So you can theoretically use it with any database. (For correct work you must have right ODBC driver of course) The main purpose of this program was migrate some data between PROGRESS and other databases.
Read more in Readme.txt
Example 1:
Extract data from Delphi Interbase database to text file with external program (DB Dumper) for other processing.
Components:
Server: INTERBASE 6.0.1.0
Database: Delphi Interbase (Example is attached)
ODBC Driver: XTG Systems InterBase6 ODBC Driver for Win32 1.0.0 beta 17-pre3 (Installation is attached) Download Example1
Example 2:
Extract data from PROGRESS database to text file with external program (DB Dumper) for other processing.
Click here to download.
(Only main program without examples)
Current version 1.1 - (27.06.2007)
What's new:
Fix: Code rewritten
Add: User defined delimiter
Add: Run program after export
Add: TABLE/FIELDS Option for export
Add: Setting Output dir in script
Add: Commandline for Automatic batch