Subject Re: [firebird-support] Read-Write and exclusive DB access
Author Aage Johansen
Greg At ACD wrote:
> When connecting to a firebird DB, can one control the access methods
> to the database such as: Read only, read-write shared, exclusive-
> write, and exclusive-all?


Isn't there a property in your access components where you can set
ReadOnly? In IBO you can use the ReadOnly property of then TIB_Transaction.
When I want single-user access I usually rename the database file, but you
might be able to exclude others by using one of the command line utilities.

--
Aage J.