Click or drag to resize

DbServer.Used Property (Typed)

X#
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 
Request Example View Source

Property Value

Type: Logic
A 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