close-query

Function

Package: dbi

Arguments: query

If the query object passed as the argument is not closed then close it and free up the resources it holds. If the query object is already closed then nothing is done. fetch-row will call close-query when it finds that there is no more data to retrieve, however it is a good idea to explicitly call close-query in your code as well.

See aodbc.htm for more information on Allegro ODBC.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.