EWT

Method
Ends a write transaction.

Category
Transactions

 

Syntax
Sub EWT

 

Comments
EWT signals the end of a transaction. It completes the ongoing transaction and makes the appropriate changes to the tables. All of the modifications that have been made to the database since BWT was called are committed, and any locked tables are unlocked.

A call to BWT must precede a call to EWT. An application cannot abort a transaction after a EWT operation.

For more information about write transactions, see the Application Designer’s Guide.



© 2009 Microsoft Corporation. All rights reserved.