ADO.NET Connection Strings - Full-Text Search - English - Foundation 22.1 - OnBase - external

Full-Text Search

Platform
OnBase
Product
Full-Text Search
Release
Foundation 22.1
License

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.

This sections includes the following information for connection strings: