DbServer.Used Property | |
A logical value indicating whether the server is currently open
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Used AS USUAL GET
public virtual Usual Used { get; }
Request Example
View SourceProperty Value
Type:
UsualA 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