Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   SQL Statements > WHENEVER >

STOP Keyword

Use the STOP keyword to instruct the program to stop execution when the specified exception occurs. The following statement halts execution of an ESQL/C program each time that an SQL statement generates a warning:

EXEC SQL WHENEVER SQLWARNING STOP;
Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]