Description

Whether this McDBDatabase is currently open.

Property type

A Boolean value.  

Syntax

object.IsOpen

The IsOpen Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDBDatabase.

Remarks

This property will be true if the backing McDBDatabase has been opened by objects from this instance of McDBLib. That is, if two different McDBDatabase instances (e.g. two different logical names) specify the same physical database, this property will be synchronized as the database is opened/closed. However, remote databases opened by other McDBLib clients (i.e. on other computers) are not synchronized in this property.