BtServer:Used Access
<< Click to Display Table of Contents >>
BtServer:Used Access
|
|
Purpose
A logical value indicating whether the server is currently open.
Prototype
ACCESS Used CLASS BtServer
Description
A logical value indicating whether the server is currently open. BtServer: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 BtServer:Used is FALSE, most of the properties and methods return NIL, FALSE, or some similar null value.
See Also