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.
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.
Operating Systems: All
Standard Pascal: No