| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
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-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 |