Click or drag to resize

SQLConnection.Password Property (Typed)

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

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

Property Value

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