String to date conversion error
843854Jun 22 2002 — edited Oct 25 2002I am using informix database for my project.While I am executing an update/insert query, I get this error.The field has the Date datatype. I am using the prepared statement method setDate() for setting the value at run time. I am sending an java.sql.Date value. Still I get the same error. Can anyone help me out with this problem?
Thanks