Post
by Plash » Mon 08 Dec 2008 09:12
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.