Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Pro PHP
|
Pro PHP Advanced PHP coding discussions. Beginning-level questions will be redirected to the Beginning PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 2nd, 2008, 02:32 AM
Authorized User
 
Join Date: Nov 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Snowby
Default 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







Similar Threads
Thread Thread Starter Forum Replies Last Post
No data exists for row/column sirmilt BOOK: Beginning Visual Basic 2005 Databases ISBN: 978-0-7645-8894-5 1 March 21st, 2008 11:03 AM
Table column to stretch height on long page nbryson HTML Code Clinic 12 October 19th, 2005 05:12 PM
Read a column and Search Row by Row in another col AyatKh Excel VBA 2 January 26th, 2005 12:02 PM
convert long column into rows bdmoody Classic ASP Basics 2 August 7th, 2004 01:11 AM
Manage data row by row in datagrid Dragonist Classic ASP Databases 5 July 29th, 2004 04:17 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.