Overrides the default settings in the client-side firebird.conf file.
property ConnectionConfigOverrides: string;
Use the ConnectionConfigOverrides property to override the default settings in the client-side firebird.conf file.
The configuration used by a client can be overridden using the isc_dpb_config DPB item. This item contains key-value pairs used in firebird.conf, and their values take precedence over the client configuration in firebird.conf.
This functionality is available through the ConnectionConfigOverrides property.
To separate the key-value pairs, use the vertical bar (|) character.
For more information about the key-value pairs, refer to the Firebird documentation.
Note: The ConnectionConfigOverrides property is related to WireCompression. If ConnectionConfigOverrides contains the WireCompression key, the value of the WireCompression property is ignored, and the value specified in ConnectionConfigOverrides is used instead. Otherwise, the value of the WireCompression property is applied.