Icon ReadOnly Property

property ReadOnly: Boolean

Usage

Use the ReadOnly property to prevent any updates in the table. The default value is False, meaning users can insert, update, and delete data in the table. When the ReadOnly property is True, the table's CanModify property is False.

Information If, due to the security configuration of the operating system or the database server, the table cannot be opened in a read-write fashion, the ReadOnly property will automatically be set to True when the table is opened.
Image