ConnectionString
The connection string to use to connect to the fact store SQL database. This parameter is required for a Fact Bank system when you have set BackendType to sqldb
.
The connection string is passed on to the database, so you can use a connection string that works with any SQL client application.
NOTE: On Linux operating systems, remove the spaces in the connection string.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | MySystem |
Example: | ConnectionString=Driver={PostgreSQL};Server=sql-host.mycompany.com;Port=5432;Database=factstoredb;Uid=postgres;password=password;
|
See Also: | BackendType |