FunctionPackage: dbiToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version