Rexx/SQL.html

A Rexx interface to SQL databases

Version 2.5

10 October 2006


SQLDROPFUNCS()

This function is used to terminate Rexx/SQL and free up all resources that have been used.

It should be called at the end of every Rexx/SQL program. In particular, this function should be called after a syntax error has been caught with SIGNAL ON SYNTAX.

Arguments:

none
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