Page 1 of 1

Read Only IBCConnection

Posted: Sat 06 Dec 2008 13:58
by mariusz
How to make Read Only IBCConnection. It's needed for embedded firebird database on CD.

thanks
M

Posted: Mon 08 Dec 2008 09:12
by Plash
You can make read-only connection only to a database that has the read-only flag.
You should set the read-only flag by the following command before you write the database on a CD:

gfix -mode read_only foo.gdb

All connections to this database will automatically be readonly.