A Rexx interface to SQL databases
Version 2.5
10 October 2006
Ends execution of a cursor. This frees much of the database server resources
associated with a cursor. The statement does not have to be reparsed if the
cursor is later reopened unless the statement has been disposed (ie by calling
SQLDISPOSE
for the statement name).
Arguments:
- statement name
- A name to identify the sql statement.
Returns:
- success: zero
- failure: a negative number
Copyright ©
Mark Hessling 1997-2006
<mark@rexx.org>
Return to Table of Contents
Last updated 10 October 2006