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

db-non-blocking

Arguments: db

This function returns, or sets with setf, the value of the non-blocking flag of the database db. The function connect, by default, creates non-blocking databases. These can, however, be slow. If it is necessary to improve performance, the non-blocking behavior can be changed by reseting the flag. The following form, for example, sets the flag to nil:

(setf (db-non-blocking db-object) nil)

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