RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDatabaseInfo.ReadOnly Property

Indicates whether or not the database is read only.

Pascal
property ReadOnly: Long;
C++
__property Long ReadOnly;

Use ReadOnly to determine whether the database is read only or not. ReadOnly returns 1 if the database is read-write and 0 if it is read only. 

Read-only databases are an InterBase 6 feature. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!