Icon Exclusive Property

property Exclusive: Boolean

Usage

Use the Exclusive property to True to specify that the table or view should be opened exclusively when calling the Open method or when setting the Active property to True. When the Exclusive property is set to True and the application successfully opens the table or view, no other application can access the table or view. If the table or view for which the application has requested exclusive access is already in use by another application, an exception is raised.

A table or view must be closed (Active property should be False) before changing the setting of the Exclusive property. Do not set Exclusive to True at design time if you also intend to set the Active property to True at design time. In this case an exception is raised because the table or view is already in use by the IDE.
Image