pbCmdLineIniAllowed - cConnection
Determines whether passing a Connections INI file as a command line parameter is permitted
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbCmdLineIniAllowed
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbCmdLineIniAllowed to BooleanVariable |
| Write Access: | Set pbCmdLineIniAllowed to BooleanVariable/Value |
Description
You can pass the connections INI file name as a command line property using the dfconnid= command line parameter (e.g., dfconnid=\config).
When running within the Studio, you can set this parameter in your project's property page.
For security reasons, this feature can be disabled by setting the pbCmdLineIniAllowed property.
In case of a command line parameter conflict, you may also change the name of the parameter "dfconnid=" to some other name using the psConnectionIdCmdLine property.