ConnectionStrings: Difference between revisions

From SMTX Wiki
Jump to navigation Jump to search
Created page with "Connection strings are used to centrally store the connection string to external data sources. By using connection strings in for example datastores, it becomes very easy to c..."
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:44, 25 May 2020

Connection strings are used to centrally store the connection string to external data sources. By using connection strings in for example datastores, it becomes very easy to copy a datastore parameter from one system to the other, while connecting to another third party application. Connection strings need to be defined properly in each SSP environment and have the same name in each environment.