SQLCODE Error Messages Summary

From InterBase

Go Up to SQLCODE Error Codes and Messages


This table summarizes the types of messages SQLCODE can pass to a program:

SQLCODE and messages summary
SQLCODE Message Meaning

<0

SQLERROR

Error: The statement did not complete; table 5.4 lists SQLCODE error numbers and messages.

0

SUCCESS

Successful completion

+1–99

SQLWARNING

System warning or informational message

+100

NOT FOUND

No qualifying records found; end of file

Advance To: