Password
- Last Updated: May 31, 2016
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Description
Specifies the password to use to connect to your Salesforce instance. A password is required. Contact your system administrator to obtain your password.
Important: Setting the password using a data source is not recommended. The data
source persists all properties, including the Password property, in clear text.
Valid Values
password | password+securitytoken
where:
- password
- is a valid password. The password is case-sensitive.
- password+securitytoken
- is a valid password appended by the security token required to connect to the
Salesforce instance, for example,
secretXaBARTsLZReM4Px47qPLOS, wheresecretis the password and the remainder of the value is the security token. Both the password and security token are case-sensitive.
Optionally, you can specify the security token in the SecurityToken property. Do not specify the security token in both properties.
Default
None
Data Type
String