AdoServer:Used

<< Click to Display Table of Contents >>

Navigation:  Dataservers > AdoServer Class > Properties >

AdoServer:Used

Previous pageReturn to chapter overviewNext page

Purpose

 

Prototype

ACCESS Used 

 

Data Type

LOGIC

 

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