ADO.NET Connection Strings - Technical Requirements Overview for New Installations and Upgrades - English - Foundation 22.1 - OnBase - Essential - Premier - Standard - external - Standard - Essential - Premier

Technical Requirements Overview for New Installations and Upgrades

Platform
OnBase
Product
Technical Requirements Overview for New Installations and Upgrades
Release
Foundation 22.1
License
Standard
Essential
Premier

Beginning in OnBase 18, ODBC connections can no longer be used to connect to the database for Core-based applications.

The default database connection method for OnBase servers and applications requires ADO.NET connection strings. An ODBC connection is still required for the OnBase Client and the OnBase Configuration module.

A connection string contains the information required to connect to a database, and each connection string has a unique identifying name for that data source connection. This unique data source name is referenced by other applications to connect to the database configured in the connection string.

Data source connection strings are configured in the configuration file of the application used to connect directly to the database. For example, the connectionStrings element in the Application Server web.config file contains a data source connection string for each database that the Application Server accesses. Other applications using the Application Server, such as the Unity Client or Web Server, access the database by referencing the unique data source name from the relevant connection string.

For more information on configuring ADO.NET connection strings, see the Application Server module reference guide.