Data too long for column 'ResumeInfo' at row 1
Dear Friend,
I am receiving below error.
Data too long for column 'ResumeInfo' at row 1
I don't know exact cause of it. ResumeInfo field is already in a table with BLOB data type.
I am using following state for updating it.
$updateSQL_file = sprintf("UPDATE resumes SET ResumeInfo='%s', ResumeType='%s' WHERE ResumeID=%s AND CandID=%s", $file_content, addslashes($fileType), $insertid, GetSQLValueString($_SESSION['CID'], "int"));
Please guide me.
Regards,
Snowby Dave
|