Readonly connections with ADO.NET, SQLite and TSQL Readonly connections with ADO.NET, SQLite and TSQL sqlite sqlite

Readonly connections with ADO.NET, SQLite and TSQL


You can add Read Only=True to the read-only connection.

Data Source=filename;Read Only=True;