A Rexx interface to SQL databases
Version 2.5
10 October 2006
This function is used to load all the Rexx/SQL external functions and to
initialise internal data used by the package. It must be called
every time before using other Rexx/SQL functions. This function is called
after the function has been loaded with the Rexx builtin function rxfuncadd().
Although this function is necessary only for dynamic library implementations
of Rexx/SQL, it can be called by the executable version of Rexx/SQL. In this
case it does nothing.
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