Subject Re: [Firebird-Java] Resource Exception
Author Blas Rodriguez Somoza
Hello

At 03/12/2002 09:55 +0000, you wrote:
>Hi All
>
>I am running firebird java driver against a DB running on firebird V
>0.9.xx when I try to connect I'm getting this exception:
>Resource Exception. SQLDA missing or incorrect version, or incorrect
>number/type of variables
>
>Im using the latest CVS build. With the RC1 release I didn't have
>this problem.

Yes, the problem is related with the version of FB, the database info includes a tpb parameter that is only available in FB 1.0. (isc_info_firebird_version). The version RC1 don't get database info so there is not such error.

I'm now working on a patch to solve this problem.

Regards
Blas Rodriguez Somoza