Subject Re: Incorrect values within SQLDA structure
Author rrokytskyy
--- In Firebird-Java@y..., Carsten Schäfer <ca_schaefer@g...> wrote:
> Hi,
> I get this error when i call the following on a PreparedStatement:
>
> insert.setString(1, "");
> with the following
> column-definition:
> "F_KH_EINHEIT_SOLL" VARCHAR(15) CHARACTER SET WIN1252,
>
> java.sql.SQLException: GDS exception:
org.firebirdsql.gds.GDSException: Incorrect values within SQLDA
structure
> at org.firebirdsql.jdbc.FBPreparedStatement.internalExecute
(FBPreparedStatement.java:437)
> at org.firebirdsql.jdbc.FBPreparedStatement.executeUpdate
(FBPreparedStatement.java:144)

I tried to reproduce an error but without a success. It works fine
for me. Can you prepare a standalone example (preferably jUnit test
case) that reproduces the error?

Thanks!
Roman Rokytskyy