Error-handling Functions

From InterBase

Go Up to Function Categories


The following table summarizes the InterBase API functions available for handling database error conditions in an application:

Error-handling functions
Function name Purpose

isc_interprete()

Capture InterBase error messages to a buffer

isc_print_sqlerror()

Display a SQL error message

isc_print_status()

Display InterBase error messages

isc_sqlcode()

Set the value of SQLCODE

isc_sql_interprete()

Capture a SQL error message to a buffer

Advance To: