connection.readonly

Description

The readonly property of the connection object type, indicates whether or not the connection to the database engine is readonly. NOTE: readonly is a read-only property of type boolean.

Example

For example, if conn is a connection object reference with an open connection to a database engine then the following:

   conn.readonly

indicates whether or not the connection referenced by conn is read-only.

Portability

Operating Systems: All
Standard Pascal: No