Generic FunctionPackage: dbiToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.0
Unrevised from 9.0 to 10.0.
9.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-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.

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