Collection Contents Previous Next PDF

UltraLite Database User's Guide

Connection Parameters

Database Identification parameters

Database On Desktop connection parameter


Function 

The database file to which you want to connect in the desktop development environment.

Syntax 
Interface Connection parameter
UltraLite for MobileVB DatabaseOnDesktop
UltraLite ActiveX DatabaseOnDesktop
UltraLite.NET DatabaseOnDesktop
Native UltraLite for Java databaseOnDesktop
UltraLite for M-Business Anywhere databaseOnDesktop
Connection string { file_name | DBF }

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

Values 

String

Default 

The default value is ulstore.udb.

It is recommended that you explicitly specify the parameter, and not rely on default behavior.

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.

If the filename does not include an extension, the file of extension .udb is assumed.

Example 
See also 

Specifying file paths


Collection Contents Previous Next PDF