SQLSelect.Status Property | |
A hyperlabel object identifying the status after the last operation.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Status AS USUAL GET
public override Usual Status { get; }
Request Example
View SourceProperty Value
Type:
UsualA 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:
1oServer:Status:Caption
2oServer:Status:Description
3oServer:Status:HelpContext
See Also