Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix


TACRTable.ReadOnly
TACRTable
Top 

Specifies whether a table is read-only for this application.

property ReadOnly: Boolean

Description
Specifies whether a table is read-only for this application. Use the ReadOnly property to prevent users from updating, inserting, or deleting data in the table. By default, ReadOnly is False, meaning users can potentially alter a table's data.

To guarantee that users cannot modify or add data to a table,

1 Set the Active property to False.  
2 Set ReadOnly to True.  

When ReadOnly is True, the table's CanModify property is False.



© AidAim Software Accuracer: Client-server Database Single-file Database Delphi Database Embedded Databas