in reply to Re: Making DBI with SQLite3 truly read-only
in thread Making DBI with SQLite3 truly read-only
Thanks. All set. Somehow I missed the use DBD::SQLite::Constants qw/:file_open/; part of the documentation, that led to a series of errors. With that in place, I can now use the constant as I am supposed to and the database is indeed read only at that point!
|
|---|