Subject | Detecting a read only database |
---|---|
Author | bitbanger99 |
Post date | 2006-08-15T17:18:49Z |
How can I detect if a database is set to read-only (via gfix)? I see
the TIB_Database component has an IsReadOnly property, but I don't use
that particular component. Is there some other way to get this info?
I'd rather not attempt a bogus update just to see if it generates an
exception.
the TIB_Database component has an IsReadOnly property, but I don't use
that particular component. Is there some other way to get this info?
I'd rather not attempt a bogus update just to see if it generates an
exception.