From: Mickael Rouvier Date: 2008-03-27T01:27:27+09:00 Subject: SQLite3 Read Only Hi, I would like to open a sqlite3 only in read. Actually I have this, and I think I have an access mode in read and write : db = SQLite3::Database.open("database.sql3") Thanks for you help... -- Posted via http://www.ruby-forum.com/.