Subject conversion error from string "08:00:00.0000"
Author dimkraska
Hi!
I try to call stored procedure and I need to send time parameter to
firebird.
the code is:
aStatement.setTime(aIndex, t);
where t is of type java.sql.time and the value was "08:00:00"

All is fine.

And what I call this statement, the result is
rg.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544334.
conversion error from string "08:00:00.0000"

Where is my mistake?