| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: value &key db
value can be true or nil
. This sets the autocommit mode for
db to value.
Autocommit mode is per database. db identifies
that database. It defaults to *default-database*
. All database connections
start with autocommit mode true.
If the autocommit mode is true, then future
sql statements will commit immediately. If the autocommit option is
nil
then future sql statements will be part
of a transaction which must be commmitted or rolled back with end-transaction.
Note: for backward compatibility, a value of 0 will be treated as false.
See aodbc.htm for more information on Allegro ODBC.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |