Subject Detecting a read only database
Author bitbanger99
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.