Usage:
oa4db <-c|-d|-i[r]|-p|-u|-r> [-n|-m|-t] [-c] [-x[fld1,..]]
[Output DBF file]
-c Convert to .CSV
-d Convert to .DBF
-i Convert to .DIF -ir Import DIF to OA4 Database
-p Remove password and decrypt. (PRO VERSION)
-u Undelete all deleted Datasets.
-r Rebuild Index (delete .IF file before)
Memo handling:
-n Do not handle Memos (ignore).
-m Write Memo to DBASE memo file. (only valid for -d)
-t Write Memo as Text field (default).
-c Write Float as character field (only valid for -d)
-x eXclude the specified columns in export.
Just enter (optional the path and) the name of the DB WITHOUT
file extension .DF !
[Output DBF File] Dbase file to create.
If not set, it is .CSV/.DBF
Examples:
oa4db.exe -d database output.dbf
oa4db.exe -d -m database output.dbf
oa4db.exe -d -c database output.dbf
oa4db.exe -c database output.csv
oa4db.exe -c -xfield1,field2,field5 database output.csv
oa4db.exe -p database
|