Enables an application to gain sole access to a database.
property Exclusive: Boolean;
Description
TurboDB uses plain directories to access database tables, so this property doesn't have any effect. It is provided for BDE-compatibility only. If you want to access a database table exclusively, use the Exclusive property of the TTdbTable component.