UltraLite CON connection parameter

Names a connection so that switching to it is easier in multi-connection applications.

Syntax
CON=name
Default

No connection name.

Remarks

The CON connection parameter is global to the application.

Do not use this connection 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 semicolons.

See also
Example

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

"CON=MyFirstCon"