|
MakePDB
MakePDB takes a file as input and builds a Palm OS database file. Application must be run from command prompt.
Usage:
MakePDB <options> <source pathname>
options:
Option |
Description |
Default |
Range |
-n <database name> |
PDB database name |
<source file name> |
1 to 31 chars |
-t <type> |
PDB database type |
DATA |
0 to 4 char |
-c <creator> |
PDB database creator |
MPDB |
0 to 4 chars |
-s <size> |
PDB max record size |
64000 |
1 to 64000 |
-a <attributes> |
PDB attributes |
0 |
see below |
-v <version> |
PDB version |
0 |
0 to 65535 |
note 1: DO NOT add .pdb extension to the destination database name.
note 2: PDB file will be deposited in same directly as source file.
note 3: See DataPrv.h for attribute defines
|