<< Click to Display Table of Contents >> AdoServer:Used Access |
![]() ![]() ![]() |
A logical value indicating whether the server is currently open.
ACCESS Used CLASS AdoServer
A logical value indicating whether the server is currently open. AdoServer: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 AdoServer:Status or by intercepting the error condition. If AdoServer:Used is FALSE, most of the properties and methods return NIL, FALSE, or some similar null value.