Client Interfaces Guide > TIBCO ADO.NET 2020 Data Provider for TDV > Connection String Options > Readonly
 
Readonly
You can use this property to enforce read-only access to TDV from the provider.
Data Type
bool
Default Value
false
Remarks
If this property is set to true, the provider will allow only SELECT queries. INSERT, UPDATE, DELETE, and stored procedure queries will cause an error to be thrown.