psConnectionIdCmdLine - cConnection
Name of the command line parameter used to pass a Connections INI file to a program
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psConnectionIdCmdLine
| Access Type | Syntax |
|---|---|
| Read Access: | Get psConnectionIdCmdLine to StringVariable |
| Write Access: | Set psConnectionIdCmdLine to StringVariable/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).
In case of a command line parameter conflict, you may change the name of the parameter "dfconnid=" to some other name using the psConnectionIdCmdLine property.
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.