Subject | Re: [Firebird-Java] Re: Exception in Connection.prepareStatement() (Jaybird 1.5.5/ Firebird 1.5.2) |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-05-19T16:05:37Z |
> I am using Jaybird 1.5.5 with Firebird 1.5.2.Is it more or less reproducable? Can you create a test case for me?
> I have only seen the exception in the GDS_Impl.isc_dsql_prepareThat makes sense if they try to prepare empty statement. It should not lead
> method, but it gets triggered by several different prepared
> statements.
> I found a web page that mentions the same problem (line
> numbers/version are different). The resolution they mention didn't
> make sense to me :
>
> http://www.jdogenie.com/forums/main/printthread?
> thread=174&printall=yes
to ArrayIndexOutOfBoundsException.
I will check with an empty statement, if that is test case, I will try to
fix it.
Roman