Subject Re: Incorrect values within SQLDA structure
Author rrokytskyy
--- In Firebird-Java@y..., "Carsten Schaefer" <ca_schaefer@g...>
wrote:
> Why should there be a TypeConversionException ?
> The error i got was because i have called setString(1,"WERT")
> and setString(1,"") in one PreparedStatement.

Ok, I thought that you called once setString(...) and then some other
setXXX method (like setBytes(...)). But then, if you call setString
twice, why there should be a problem? It should replace first value
by the second, and do it correctly. Or am I wrong?

Regards,
Roman Rokytskyy