Click or drag to resize

SQLConnection.Password Property

X#
A string containing the ODBC password (authorization string).

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Password AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A string containing the ODBC password (authorization string).
Remarks
Tip Tip
This string cannot be assigned if the connection is open.
See Also