AnyDAC
ContentsIndexHome
PreviousUpNext
TADTxOptions.ReadOnly Property

Specifies whether the transaction is read-only.

Group
Links

Use the ReadOnly property values to tell to a DBMS, that a transaction will only read data, but do not modify it. The default value is False. 

Setting ReadOnly to True allows to DBMS optimize resource usage.

property ReadOnly: Boolean;
What do you think about this topic? Send feedback!