Obtain count of the number of error parameters.
public ul_u_long ULGetErrorParameterCount(SQLCA const * sqlca)
sqlca A pointer to the SQLCA.
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.