MDB to DBF Converter Help

MDB to DBF Converter allows you to convert your Access files to DBF format.

dBase (also stylized dBASE) was one of the first database management systems for microcomputers, and the most successful in its day.

MDB (Access) to DBF Converter allows you to convert your MDB or ACCDB (Microsoft Access) files to DBF format. MS Access up until 2007 version used MDB files as its primary format. Access 2007 uses ACCDB as its primary file format.

You can select tables for export and set necessary options. The program can read both old MDB file and ACCDB 2007 files and convert then to dBase III, dBase IV, FoxPro, VFP and dBase Level 7 formats.

Besides, you can optionally remove trailing spaces and select the output codepage.
DBF files usually use single-byte encoding. Do not select Unicode, it will not work.

The first tab allows you to select source files. You can select for conversion one or several files.
If the name of a file is expanded then you can select tables(sheets) for conversion.
If no tables are selected then all tables will be converted.
If you selected certain tables then only these tables will be converted.

Double-click on a file displays a Preview window.

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.

filename.mdb
table1
table2
>>
table1.dbf
table2.dbf
another.accdb
tableA
tableB
>>
tableA.dbf
tableB.dbf

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

Command line parameters are:

-output=c:\target\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

Encoding of the output file
Just select a desired value.
In the command line you have to use an exact phrase or a code page:
-incharset=windows-1251
-incharset=65001 (UTF-8)

The last tab allows you to customize the output file.

Option Description Command line
In GUI mode select tables If you want to convert only certain tables from the command line, you can specify each of them with this parameter. In this example you will convert only sheet1 and sheet5 (if they are in a file). -table=sheet1
-table=sheet5
[x] Field names are in UPPER case Convert source columns names to upper case -upper=1
-upper=0
[x] All fields are Character Check it if your wish to convert all information as Character fields regardless of content -allchar=1
-allchar=0
Style of Logical fields This parameter allows you to override values from Logical fields to your own values.
Predefined:
-logical=AsIs
-logical=1,0
-logical=True,False
-logical=Yes,No
User-defined example:
-logical=On,Off
Precision You can define a length of the fractional part for Numeric fields. The option auto will try to calculate the precision itself. -precision=auto
-precision=2
Type of file Select type of memo fields. -type=dbase3
-type=dbase4
-type=foxpro
-type=vfp
-type=dbase7
Block size You can select the necessary block size for memo fields. -blocksize=512
Driver name string In some cases you need to specify the driver name for dBase Leverl 7 files -driver=SomeName
What to do with CR and LF symbols You can keep these symbols, remove them or replace to a custom string -removecrlf=0 (keep)
-removecrlf=1 (remove)
-crlf=# (replace)
Spaces in Character fields You can remove trailing spaces, keep all spaces or remove both leading and trailing -spaces=trailing
-spaces=keep
-spaces=both
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
Command line only This parameter is similar to the previous one, but allows you to set a few types in one parameter
This parameter is low-priority.
Set custom column types in the output file
-coltypes=N(10);C(20);D;M;L;N(5.2);...
-coltypes=C(20);D;;;L;N(5.2)

Besides there are some special command line parameters:

-log=c:\tmp\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
@c:\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.