Rexx/SQL.html

A Rexx interface to SQL databases

Version 2.5

10 October 2006


SQLDISPOSE(statement name)

Deallocates a work area from a statement and frees all internal resources associated with the statement. If a cursor is open for the nominated statement an implicit close is issued.

Arguments:

statement name
A name to identify the sql statement to be disposed.

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