Connection Strings - Metadata and Content Abstraction - 1.0 - 1.0 - Other - external

Metadata and Content Abstraction

Platform
Other
Product
Metadata and Content Abstraction
Release
1.0
License

The ConnectionStrings section must supply the connection string information to connect to the desired OnBase system.

The following settings are available:

Setting

Description

ConnectionString

The connection string for connecting to the desired OnBase system.

For example:

"ConnectionString": "Server=[server\instance];database=[DBName];User Id=[username];Password=[password];",

Note:

For more information on building a valid connection string, see the documentation for your database provider.

ProviderName

The database provider used by the desired OnBase system. The following options are available:

  • System.Data.SqlClient: specify this for a SQL Server database.

  • Oracle.ManagedDataAccess.Client: Select this for an Oracle database.

For example:

"ProviderName": "System.Data.SqlClient",