The providerName element specifies the data provider type used for the database. Only SQL Server and Oracle data providers can be used to connect to the OnBase database.
Note:
Values for the providerName element are case-sensitive.
Use one of the following, depending on the database platform used:
|
Database Platform |
ProviderName Element |
|---|---|
|
SQL Server |
providerName="System.Data.SqlClient" |
|
Oracle |
providerName="Oracle.ManagedDataAccess.Client" |