Handling Error Conditions

From InterBase
Jump to: navigation, search

Go Up to API Guide


This chapter describes how to set up an error status vector where InterBase can store run-time error information, and how to use API functions to handle and report errors.

The following table summarizes the API functions for handling errors:

Error-handling Functions
Function 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.

Topics