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

SQL Anywhere 11.0.1 » UltraLite - Database Management and Reference » UltraLite Database Reference » UltraLite connection parameters

 

UltraLite DBN connection parameter

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

Syntax
DBN=db-name
Default
  • Palm OS   The creator ID.

  • All other platforms   The file name without the path and extension, if they exist. Cannot exceed 16 characters in length.

Remarks

UltraLite 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 semicolons.

See also
Example

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

DBN=Kitchener;DBF=cities.udb