Is there a way to set the current database handle as read-only? I'm connecting to an SQLite3 database (actually two including an attached database) using Perl with DBD::SQLite, which doesn't seem to implement the ReadOnly database handle attribute. Is there some kind of setting or pragma that will set the handle as read only just for that connection?
Tom _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users