This section describes how to specify database name in connection URL.
When you create a connection object to a SQL Server without specifying any database name,
the SQL Server will connect you to the default database that is linked to the login name.
For example, "master" is the default database for login name "sa".
If you create a connection with "sa" login name, the connection will be linked to "master" database.
If you want to work with a different database, you must specify the database name
in the connection url in the following syntax: