TurboDB VCL Component Library

TTdbDatabase.Exclusive

TTdbDatabase

Previous  Top  Next

Enables an application to gain sole access to a database.

Delphi syntax:

property Exclusive: Boolean;

C++ syntax:

__property bool Exclusive = {read=FExclusive, write=SetExclusive, nodefault};

Description

Opens the database exclusively, i.e. other applications cannot access its tables.