ProviderString

Description

When connecting to a Microsoft SQL Server database, identifies the specific database on the server to which you want to connect.

NoteWhen to specify ProviderString You must specify the ProviderString parameter before connecting to the database.

Applies to

Syntax

ProviderString = 'value'

Default

None

Usage

Since Microsoft SQL Server supports multiple instances of a database on a single server, you must identify the specific database to which you want to connect by entering the database name. For more information, see the documentation for Microsoft SQL Server.

Examples

Example 1

To identify a specific Microsoft SQL Server database:

See also

Provider