UltraLite Database User's Guide
Connection Parameters
Database schema parameters
To identify the schema filename deployed to Windows CE.
Interface | Connection parameter |
---|---|
UltraLite for MobileVB | SchemaOnCE |
UltraLite ActiveX | SchemaOnCE |
UltraLite.NET | SchemaOnCE |
Native UltraLite for Java | schemaOnCE |
Connection string | ce_schema |
For information about using the connection parameter, see Specifying connection parameters.
String
The recommended file extension is .usm.
Used only when you create a database.
The path and filename of the UltraLite schema file on Windows CE. The default extension for UltraLite schema files is .usm. This is a required parameter when using CreateDatabase for CE.
The following connection string fragment supplies the ce_schema and schema_file parameters.
"CE_SCHEMA=orders.usm;SCHEMA_FILE=MyOrders.usm"