Contents Index Database identification parameters Database On Desktop connection parameter

UltraLite Database User's Guide
  Connection Parameters
    Database identification parameters

Database On CE connection parameter


Function 

The path and filename of the UltraLite database file to which you want to connect on Windows CE.

Syntax 
Interface Connection parameter
UltraLite for MobileVB DatabaseOnCE
UltraLite ActiveX DatabaseOnCE
UltraLite.NET DatabaseOnCE
Native UltraLite for Java databaseOnCE
Connection string ce_file

For information about using the connection parameter, see Specifying connection parameters.

Values 

String

Default 

\UltraLiteDB\ulstore.udb

Description 

When creating a database, this parameter names the new database file.

When opening a connection to an existing database, the parameter identifies the database.

Example 

To create and connect to the sample database, udemo.udb:

"schema_file=MyOrders.usm;CE_FILE=udemo.udb"
See also 

Specifying file paths


Contents Index Database identification parameters Database On Desktop connection parameter