Properties
The module contains the following standard properties:
Name | Description | ID | Flags |
---|---|---|---|
Connection string | Standard SQL connection string | 2563 | Persisted |
For a connection to a Microsoft SQL server:
Provider=MSOLEDBSQL;Data Source=SERVER_URI;Initial Catalog=DB_NAME;User ID=USERNAME;Password=PASSWORD;
Note:
- The Provider for a Microsoft SQL server must be MSOLEDBSQL.