Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - Database Management and Reference » UltraLite Connection String Parameters Reference

UltraLite SYMBIAN_FILE connection parameter Next Page

UltraLite DBN connection parameter


Differentiates a databases by name, when applications connect to more than one database.

Applies to

Connections to a database that has already been opened.

Syntax

DBN=db-name

Default

Depends on the platform in question:

Remarks

UltraLite only sets the database name after the database has been opened. Client applications can then connect to this database via its name instead of its file.

Any leading or trailing spaces in parameter values are ignored. This connection parameter's value cannot include leading single quotes('), leading double quotes ("), or semi-colons(;).

Example
See also

Use the following parameters to successfully connect to the running UltraLite database named Kitchener:

DBN=Kitchener;DBF=cities.udb