Names a connection, to make switching to it easier in multi-connection applications.
Applications that require concurrent connections to the database.
CON=name
No connection name.
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(;).
The following connection string fragment sets the first connection name to MyFirstCon.
"CON=MyFirstCon"