Connection property

Description

Identifies the AseConnection object associated with the transaction, or a null reference (“Nothing” in Visual Basic) if the transaction is no longer valid.

Syntax

AseConnection Connection

Access

Read-only

Usage

A single application can have multiple database connections, each with 0 or 1 transactions. This property allows you to determine the connection object associated with a particular transaction created by BeginTransaction.