|
|
 |
PDB (Palm DataBase) to DBF Converter
The PDB to DBF program allows you to convert your PDB (Palm DataBase) files to DBF format.
PDB is standard PalmOS files (Palm Data Base).
The program supports dBase III, dBase IV, FoxPro, VFP and dBase Level 7 formats.
|
The program supports command line interface.
Downloads
Ordering
|
| PDB (Palm Data Base) to DBF Converter |
Price |
Personal license
Allows you to use the program by one person only (at work or at home or both). |
$29.95 |
Business license
Allows you to use the program in business environment. |
$99 |
|
ScreenShot

PDB (Palm Data Base) to DBF. Command line description
Common parameters
| /ASIS | Codepage as is. |
| /ANSI | Convert to ANSI codepage. |
| /OEM | Convert to OEM codepage. |
| /OPEN=1 | Open the output file after conversion. |
| /OPEN=0 | Do not open the output file after conversion. |
| /BATCH | Batch mode. Do not ask any questions (if possible). |
| /WAIT | Do not close the program at the end. (Wait on the finish page). |
| /LOG | Create a log file in a common repository for application-specific data. A typical path is C:\Documents and Settings\username\Application Data. |
PDB specific parameters
| Drive:\Path\FileName.pdb | Source PDB file |
| Drive:\Path\FileName.dbf | Target DBF file |
| PREFIX=????? | Prefix of the source name. For example: /PREFIX=ESMS10100_ |
| /DBASE3 | Convert to dBase III format. |
| /DBASE4 | Convert to dBase IV format. |
| /FOXPRO | Convert to FoxPro format. |
| /VFP | Convert to Visual FoxPro format. |
| /LEVEL7 | Convert to dBase Level 7 format. |
| /BLOCKSIZE=????? | Set blocksize for memo fields.
Example:
/BLOCKSIZE=128 |
|