Disconnect

Description

Executes a commit, then disconnects from the DBMS.

Applies to

Web ActiveX Transaction Object control

Syntax

void transaction.Disconnect( )

Returns

None

Examples

Example 1

This example disconnects from the DBMS:

trans_1.Disconnect( );

See also