Contents Index Rollback method The Open Client Interface

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

Save method


Description 

Creates a savepoint in the transaction that can be used to roll back a portion of the transaction, and specifies the savepoint name.

Syntax 

void Save( string savePoint )

Parameters 

savePoint    The name of the savepoint to which to roll back.


Contents Index Rollback method The Open Client Interface