Rexx/SQL

A Rexx interface to SQL databases

Version 2.5

10 October 2006


SQLDISCONNECT([connection name])

Closes a connection with the database server. All open cursors for the database connection are closed. All allocated work areas for the database connection are deallocated.

Arguments:

connection name
An optional connection name, as specified in the SQLCONNECT function. If no connection name is specified, the default (and only) connection is disconnected.

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