From the SQLite documentation:
"This return code indicates that an attempt was made to write to a database file that is opened for reading only."
Class SQLite::Exceptions::ReadOnlyException |
|
From the SQLite documentation:
"This return code indicates that an attempt was made to write to a database file that is opened for reading only."