 
 
  
  
 ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
Represents a SQL transaction.
Object
IDbTransaction
There is no constructor for AsaTransaction. To obtain an AsaTransaction object, use the AsaConnection.BeginTransaction() method.
To associate a command with a transaction, use the AsaCommand.Transaction property.
Inserting, updating, and deleting rows using the AsaCommand object
Commit method
Connection property
IsolationLevel property
Rollback method
Save method
 
 
  
 