Subject how to run embedded firebird in a CD in readonly mode.
Author oldfishxp
I want to use embedded firebird as the database in my application,
but because on the CD the file is always set to readonly, and when I
try to connect to the database via jdbc, the system say
Resource Exception. no permission for read-write access to database
Reason: no permission for read-write access to database
Error Code: 335544352
SQL State: HY000
does any one know, how to use the database in readonly mode?
thanks.