Click or drag to resize

SQLSelect.Status Property (Typed)

X#
A hyperlabel object identifying the status after the last operation.

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

Property Value

Type: HyperLabel
A hyperlabel object identifying the status after the last operation.
Remarks
A hyperlabel object identifying the status after the last operation. If the last operation was successful, SQLSelect:Status returns NULL_OBJECT; if something went wrong, whether it raised an error condition or merely returned a failure code, SQLSelect:Status returns an informative hyperlabel object. By accessing the properties of this hyperlabel, you can retrieve not only a description but also context-sensitive help on the condition that was raised.
Examples
The following examples invoke several Status access/assign methods of the data server:
X#
1oServer:Status:Caption
2oServer:Status:Description
3oServer:Status:HelpContext
See Also