FunctionPackage: dbiToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

end-transaction

Arguments: action &key db

end-transaction only has an effect if autocommit mode has been turned off with set-autocommit. Autocommit mode is per database.

action must be either :commit or :rollback. :commit will make the changes in the current transaction visible to all other users of the database. :rollback will undo all changes made in this transaction. Only the caller of the function will notice the change as other users of the database never saw the changes.

After either commiting or rolling back, end-transaction then starts a new transaction.

db identifies that database. It defaults to *default-database*.

See aodbc.htm for more information on Allegro ODBC.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1