UltraLite CE_FILE connection parameter

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

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

For Android smartphones, you can use Configuration.setDatabaseName as an equivalent to setting this connection parameter. See Configuration.setDatabaseName method [UltraLiteJ].

 Syntax
 Default
 Behavior
 Remarks
 See also
 Example