UltraLite Database User's Guide
Connection Parameters
Database schema parameters
To identify the schema file deployed to a Palm OS device.
Interface | Connection parameter |
---|---|
UltraLite for MobileVB | SchemaOnPalm |
Native UltraLite for Java | schemaOnPalm |
Connection string | palm_schema |
For information about using the connection parameter, see Specifying connection parameters.
String
The Palm file extension on the desktop is .pdb.
Used only when you create a database.
The filename of the UltraLite schema for Palm.
Although .pdb is the extension on the desktop, do not supply .pdb in your connection parameter string.
The following connection string fragment supplies the palm_schema and schema_file parameters.
"PALM_SCHEMA=orders;SCHEMA_FILE=MyOrders.usm"