Subject | conversion error from string "08:00:00.0000" |
---|---|
Author | dimkraska |
Post date | 2004-02-17T11:31:01Z |
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?
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?