Returns the Informix error message associated with the most recent
Informix error.
Parameters
- errorcode
If specified, the function will return the message corresponding to
the specified code.
Return Values
Return the error message, as a string.
Examples
printf("%s\n<br>", ifx_errormsg(-201)); ?>