Password Property (ADO Data Control)

       

Sets the password used during creation of an ADO Recordset object.

Syntax

object.Password [= string]

Part Description
object An object expression that evaluates to an object in the Applies To list.
string Sets the password for the user named in the UserName property.

Remarks

This property setting is write-only — it may only be provided in code, it cannot be read back from the Password property.