UltraLite Database User's Guide
Connection Parameters
Database schema parameters
To identify the schema file in the desktop development environment.
Interface | Connection parameter |
---|---|
UltraLite for MobileVB | SchemaOnDesktop |
UltraLite ActiveX | SchemaOnDesktop |
UltraLite.NET | SchemaOnDesktop |
Native UltraLite for Java | schemaOnDesktop |
Connection string | schema_file |
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 in the development environment.
The following connection string fragment supplies the ce_schema and schema_file parameters.
"CE_SCHEMA=orders.usm;SCHEMA_FILE=MyOrders.usm"