Subject | Re: Incorrect values within SQLDA structure |
---|---|
Author | rrokytskyy |
Post date | 2002-04-03T12:45:48Z |
--- In Firebird-Java@y..., Carsten Schäfer <ca_schaefer@g...> wrote:
structure
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
> Hi,org.firebirdsql.gds.GDSException: Incorrect values within SQLDA
> 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:
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