Hi all,
When I update a table by sql qry, I am getting a error like "java.sql.SQLException: Data truncated for column [column_name] at row 1" . I use mysql 4.1 for my application.
this particular column is in varchar with length 10.
Can anyone help regarding this??