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 COMMIT_FLUSH connection parameter Next Page

UltraLite CON connection parameter


Names a connection, to make switching to it easier in multi-connection applications.

Applies to

Applications that require concurrent connections to the database.

Syntax

CON=name

Default

No connection name.

Remarks

The CON parameter is global to the application.

Do not use this parameter unless you are going to establish and switch between two or more concurrent connections.

The connection name is not the same as the database name.

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(;).

See also
Example

The following connection string fragment sets the first connection name to MyFirstCon.

"CON=MyFirstCon"