Subject Re: [Firebird-Java] error codes
Author David Jencks
On 2002.12.12 14:38:41 -0500 Ann W. Harrison wrote:
> It's going to take some more work, but here are the
> first two errors that I know are not fatal:
>
> isc_segment,
> isc_segstr_eof,
>
> The first indicates that a blob read is incomplete.
> The second, that the blob read is complete.
>
> There is a convention that serious internal errors
> cause the connection to return isc_bug_check on
> all subsequent requests through the transaction.
> Rather than checking everything, maybe just checking
> for that would work...

thanks, applied. I don't think just checking for isc_bug_check will work,
since for instance it didnt' seem to come back with the object-in-use
message that prompted this whole thing. However, it's certainly worth
checking for so I added it.

thanks
david

waiting for more:-)

>
> Regards,
>
>
> Ann
>
>
>
>
> To unsubscribe from this group, send an email to:
> Firebird-Java-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>
>