Contents Index ResetCommandTimeout method UpdatedRowSource property

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaCommand class

Transaction property


Description 

Associates the current command with a transaction.

Syntax 

AsaTransaction Transaction

Access 

Read-write

Usage 

The default value is a null reference. In Visual Basic this is Nothing.

You cannot set the Transaction property if it is already set to a specific value and the command is executing. If you set the transaction property to an AsaTransaction object that is not connected to the same AsaConnection as the AsaCommand object, an exception will be thrown the next time you attempt to execute a statement.

See also 

AsaTransaction class

Transaction processing


Contents Index ResetCommandTimeout method UpdatedRowSource property