ULGetErrorParameter function

Retrieve error parameter via ordinal.

Syntax
size_t ULGetErrorParameter (
SQLCA * sqlca,
ul_u_long parm_num,
ul_char * buffer,
size_t size
);
Parameters

sqlca   A pointer to the sqlca.

parm_num   The ordinal parameter number.

buffer   Pointer to a buffer to contain the error parameter.

size   The size in bytes of the buffer.

Returns

This function returns the number of characters copied to the supplied buffer.

See also