Returns a transaction object. Commands associated with a transaction object are executed as a single transaction. The transaction is terminated with a call to the Commit or Rollback methods.
Visual Basic Public Function BeginTransaction() As SATransaction
C# public SATransaction BeginTransaction();
An SATransaction object representing the new transaction.
To associate a command with a transaction object, use the SACommand.Transaction property.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |