| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. New since 7.0 release. | |||||||||
Arguments: db
This function was updated in early 2005. The non-blocking keyword argument was added. This descriptiona ssumes you have the update.
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-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page was not revised from the 6.2 page.
Created 2004.8.21.
| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. New since 7.0 release. | |||||||||