Stproc.outParameters() (Method)

Retrieve an output parameter from the stored procedure.

Availability:

JavaScript - 1.2
Netscape Enterprise server - 3.0
Property/method value type:User defined
JavaScript syntax:NESmyStproc.outParameters(anIndex)
Argument list:anIndexA parameter number

Given that we can obtain a count of the number of parameters returned by a stored procedure by calling the outParamCount() method, we can then enumerate them all and access the values that have been returned.