Password Property

Sets your password for access to secured databases. This property is designed so that the password cannot be read for security purposes.

Syntax

object.Password(pwCode As String)= String

Parameters

The Password property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

pwCode

An empty string.

String

Your password.

Remarks

This example shows how to set a password. The password can be set, but it cannot be read back:

VxData1.Password(“”)=my_password

Applies to

See Also