DBF to DBF Converter

DBF to DBF Converter allows you to convert your dbf files from one format to another.
Besides it can repair errors in the header of DBF file during conversion.
The program supports dBase III, dBase IV, FoxPro, VFP and dBase Level 7 formats.
Besides, you can choose BlockSize in memo fields and change encoding.

The first tab allows you to select source files. You can select for conversion one or several files.
Double-click on a file displays a Preview window.

If your files contain non-latin characters then you have to choose a correct charset.

Command line parameter:
-incharset="Cyrillic (Windows)"
In the command line you have to use an exact phrase.

The second tab allows you to select the output folder or file.
If you selected a folder or checked the option
[x] Create a separate file for each source file
then every source file(table) will be converted to a separate output file.
i.e.

/source/filename.dbf >> /target/filename.dbf
/source/another.dbf >> /target/another.dbf

If you selected a file then a content of all source files will be converted to this file.

Command line parameters are:

-output=/users/myname/tmp/
-separate=1, -separate=0

Besides, you can define the program's behaviour what is necessary to do when an output file already exists.

Command line parameters are:

-files=overwriteOverwrite existing files
-files=useUse existing files (append to the end)
-files=skipSkip (do not convert a source file)
-files=uniqueCreate an unique name. example.dbf, example.1.dbf, example.2.dbf, ...
-files=askAsk for action for each file

The last tab allows you to customize the output file.

Option Description Command line
Type of file Do not change - the new file will have the same type as a source. -type=asis
-type=dbase3
-type=dbase4
-type=foxpro
-type=vfp
-type=dbase7
Block size You can select the necessary block size for memo fields. -blocksize=512
Encoding of the output file Just select a desired value.
In the command line you have to use an exact phrase.
-outcharset="Unicode (UTF-16)"
[x] Remove deletion mark The option recall records that are marked as deleted in the source file -recall=1
-recall=0
Command line only This parameter allows you to change a type of fields. You can specify several such parameters in the command line. The common syntax is:
-ct=NAME=TYPE(LENGTH)
-ct=FIELD1=C(25)
-ct=FIELD2=N(10.2)
-ct=FIELD3=M
-ct=FIELD4=D

Besides there are some special command line parameters:

-log=/path/filename.log create a .log file with debug messages
-batch run the conversion without prompt and display main window
-silent run the conversion without prompt and do not display main window
-key=your_key it allows to pass the registration key to the program and do not store it in program's settings
@/path/params.txt read command line parameters from file. One parameter per line.

If the converter does not have enough parameters or some error occurs then the batch process will be interrupted and the converter displays main window to resolve the problem.

After successful conversion you will see a list of output files.
Double-click on a file runs an associated program.
Right-mouse-click displays a Preview window.