Connection object, MetaDataConnection object
Sets the password the Interactive Reporting connection file (OCE) uses to connecting to the database.
Expression.SetPassword(Password As String)
Enclose the password in parentheses. If you do not, the string is created as a variable and you cannot unassign it. |
An expression that returns a Connection object
This example shows how to set the Password from a password field in a Dashboard section. The name of the password field is TextBox1: