Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
TABSDatabase.ReadOnly
TABSDatabase
Top 


Specifies that the database connection provides read-only access.

property ReadOnly: Boolean;

Description
Use ReadOnly to specify whether the database connection should allow the application to update the tables and other metadata in the database. Set ReadOnly before opening the database.

When ReadOnly is False (the default), the application can modify tables and database metadata (like indexes). When ReadOnly is True, applications can browse tables but cannot update them. The application is also prevented from creating or deleting metadata objects like tables and indexes.

Note:   A ReadOnly property value is automatically set to True when opening a database on a read-only storage medium, such as a CD.

        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Mar 28, 2024