Subject Re: [Firebird-Java] Status Vector (status_vector)
Author Roman Rokytskyy
Hi,

> I need to have access in 'status_vector' for get errors' details. Is
> it possible in JayBird?
>
> If yes, how to do?

It is available in parsed form as instance of GDSException (accessible
through FBSQLException.getInternalException() method). What exactly
information do you need?

Roman