--provider - Database Reference Guide - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - external

Database Reference Guide

Platform
OnBase
Product
Database Reference Guide
Release
Foundation 23.1
License

When specifying connection string information using command line switches, the --datasourcename switch, the --connectionstring switch, and the --provider switch are required.

The --provider switch 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. Use one of the following:

  • For a SQL Server database:

    --provider "System.Data.SqlClient"

  • For an Oracle database:

    --provider "Oracle.ManagedDataAccess.Client"

Note:

Qualifiers provided for the --provider are case-sensitive.