connection.transsupport

Description

The transsupport property of the connection object type, indicates the level of transaction support provided by the database engine connected to. NOTE: transsupport is a read-only property of type integer.

Example

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

   conn.transsupport

contains the level of transaction support provided by the database engine. The possible values of this property are:

Portability

Operating Systems: All
Standard Pascal: No