Subject | Re: [Firebird-Java] Re: Incorrect values within SQLDA structure |
---|---|
Author | Carsten Schaefer |
Post date | 2002-04-03T17:36:04Z |
Why should there be a TypeConversionException ?
The error i got was because i have called setString(1,"WERT")
and setString(1,"") in one PreparedStatement.
gruse
carsten
The error i got was because i have called setString(1,"WERT")
and setString(1,"") in one PreparedStatement.
gruse
carsten
----- Original Message -----
From: ""rrokytskyy"" <rrokytskyy@...>
Newsgroups: egroups.ib-java
Sent: Wednesday, April 03, 2002 1:12 PM
Subject: [Firebird-Java] Re: Incorrect values within SQLDA structure
> Hi,
>
> > The exception comes, because i have done 2 inserts on the same
> > column in 1 PreparedStatement. This makes no sense and is my error.
> > Thanks to the new driver that reportet me the error, which
> > Interclient does not.
>
> Ok, but then, why didn't it report the TypeConversionException? Can
> you post your code with error, since there might be a bug in driver
> as well?