Contents Index sqlda_string_length function Embedded SQL command summary

ASA Programming Guide
  Embedded SQL Programming
    Library function reference

sqlerror_message function


Prototype 

char *sqlerror_message( SQLCA *sqlca, char * buffer, int max );

Description 

Return a pointer to a string that contains an error message. The error message contains text for the error code in the SQLCA. If no error was indicated, a null pointer is returned. The error message is placed in the buffer supplied, truncated to length max if necessary.


Contents Index sqlda_string_length function Embedded SQL command summary