AdoServer:Used Access

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class >

AdoServer:Used Access

Previous pageReturn to chapter overviewNext page

Purpose

A logical value indicating whether the server is currently open.

 

Prototype

ACCESS Used CLASS AdoServer

 

Description

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.

 

See Also

AdoServer