Subject Re: [IBO] ERRCODE = 100. What does it mean?
Author Paul Vinkenoog
Hi Constantijn,

> IB_MONITOR shows an error with FETCH:
>
> /*-----------------------------------------
> [ 6-6-2004 20:34:58 ]
> FETCH
> STMT_HANDLE = 14698260
> FIELDS = [ Version 1 SQLd 1 SQLn 1
> SYSDBA.RDB$INDEX_SEGMENTS.RDB$FIELD_NAME = 'CHANGECODE
> ' ]
>
> ERRCODE = 100
> -------------------------------*/
>
> What does ERRCODE = 100 mean?

Usually it's "No more records". You also get this immediately when
the result set is empty. There are other possibilities, e.g. "Invalid
database key"; see the Language Reference, page 204-205.

I's not really an error - real errors have negative numbers.


Greetings,
Paul Vinkenoog