Use the following connection string tokens in the connectionString element when using a SQL Server database.
|
Token |
Description |
|---|---|
|
Data Source |
The server\instance name of the SQL Server instance hosting the database. |
|
Database |
The name of the database in SQL Server. |
|
User Id |
The user name of the user account accessing the database. This is a database user account, not a user account in OnBase. Note:
If using integrated security, the User Id token is not used. |
|
Password |
The password of the user account accessing the database. This is a database user account, not a user account in OnBase. Note:
If using integrated security, the Password token is not used. |
|
Integrated Security |
A true or false value specifying whether to use integrated security to access the database. |