ULGetErrorParameterCount function

Obtain count of the number of error parameters.

Syntax
ul_u_long ULGetErrorParameterCount (
SQLCA * sqlca
);
Parameters

sqlca   A pointer to the SQLCA.

Returns

This function returns the number of error parameters. Unless the result is zero, values from 1 through this result can be used to call ULGetErrorParameter to retrieve the corresponding error parameter value.

See also