UserPassword Property

Official Content
This documentation is valid for:

Scope

Extended Data Types: DBConnection
Objects: Procedures, Transactions, Web Panels
Languages: Visual FoxPro
 

Purpose

This property returns or associates a password to a DBConnection variable.  

Syntax

&DataType.UserPassword

Type Returned:
Character

Description

The value of the UserPassword property will be used to connect the data store associated to the DBConnection variable.

See Also

DBConnection
UserName