GetConnList

(ODBC Manager Library)

Description:              Called to obtain a list of the available connections. The list will be returned in the form of two pointers; one for an array of the connection objects and the other for an array of the connection names.

Returns:                    Numeric.    The connection list will be passed back in the parameters.

Usage:                       Script or Steady State

Format:                      \ODBCManager\GetConnList(ObjPtr, NamePtr)

Parameters:             ObjPtr                   { pointer }  { required }  { no default }

                             The list of object values to return.

                                    NamePtr      { pointer }  { required }  { no default }

                             The list of names to return.

Comments:               This module is a member of the ODBCManager Library, and must therefore be prefaced by \ODBCManager\, as shown in "Format" above.

                                    Returns 0 upon completion

                             The module may be called as a subroutine in a script or as called function in a state.  When called in a state, there is no automatic updating of the connection list as it changes.