DbServer.Used Property (Typed) | |
A logical value indicating whether the server is currently open
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Used AS LOGIC GET
public virtual bool Used { get; }
Request Example
View SourceProperty Value
Type:
LogicA logical value indicating whether the server is currently open
Remarks
A logical value indicating whether the server is currently open. DBServer:Used returns TRUE if the server was successfully opened, and FALSE if the server has been closed or if a serious error has occurred that renders the table unusable. In that case, more information can be retrieved through DBServer:Status or by intercepting the error condition.
If DBServer:Used is FALSE, the properties and methods return NIL, FALSE, or some similar null value.
See Also