FunctionPackage: dbiToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

set-autocommit

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-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