Rexx/SQL.html

A Rexx interface to SQL databases

Version 2.5

10 October 2006


SQLDEFAULT([connection name])

Sets the default database connections to be that which is specified or if no connection name is specified, the current connection name is returned.

Arguments:

connection name
An optional connection name specifying the database connection to be made the default connection.

Returns:
with no argument:
the name of the current database connection or an empty string if no database connection is current.

with an argument:
success: zero

failure: a negative number


Copyright © Mark Hessling 1997-2006 <mark@rexx.org>


Return to Table of Contents
Last updated 10 October 2006