connection.transactions

Description

The transactions property of the

connection object type indicates connection object type, indicates whether or not transactions are supported by the database engine connected to. NOTE: transactions 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.transactions

indicates whether transactions are supported by the database engine.

Portability

Operating Systems: All
Standard Pascal: No