isc_sql_interprete( )
Go Up to Access to Status Array Messages
This function retrieves a SQL error message and stores it in a user-supplied buffer for later printing, manipulation, or display. Allow a buffer length of 256 bytes to hold the message. Use when building error display routines or if you are using a windowing system that does not permit direct screen writes. Do not use this function when SQLCODE
> 0.
isc_sql_interprete(short SQLCODE, char *buffer, short length);