--connectionstring - 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 --connectionstring switch specifies the connection string used to connect to the database. The connection string contains connection information for the database. For example, the following command contains connection string information used to connect to a database in a SQL Server environment:

--connectionstring "Data Source=Serv001\instance;database=TestDB; User Id=username;Password=password"

The parameters required for a connection string are different for SQL Server and Oracle environments.