Read-only database file access...
Posted: Tue 23 Oct 2012 23:57
Hi,
We are using dotConnect for SQLite, version 3.80.314.0 of the Professional edition and are having difficulties with accessing read-only databases.
Does this version (or any later version for that matter) support some type of shared read only connection string to allow SQLite to work with read-only databases?
We double checked the documentation and did not see any mention nor did we find any reference in the DLLs using Reflector (though we could have missed it since it is obfuscated). The SQLiteConnectionStringBuilder also does not have any properties that seem to address this functionality.
For this to work you would need to support the SQLITE_OPEN_READONLY bit flag to the sqlite3_open_v2 API.
Any information on this would be greatly appreciated.
Thanks much,
James.
We are using dotConnect for SQLite, version 3.80.314.0 of the Professional edition and are having difficulties with accessing read-only databases.
Does this version (or any later version for that matter) support some type of shared read only connection string to allow SQLite to work with read-only databases?
We double checked the documentation and did not see any mention nor did we find any reference in the DLLs using Reflector (though we could have missed it since it is obfuscated). The SQLiteConnectionStringBuilder also does not have any properties that seem to address this functionality.
For this to work you would need to support the SQLITE_OPEN_READONLY bit flag to the sqlite3_open_v2 API.
Any information on this would be greatly appreciated.
Thanks much,
James.