| Author |
Couldn't able to insert image file in MySQL, Data truncation: Data too long for column 'image' at...
|
Venkattesh Iyer
Greenhorn
Joined: Jun 15, 2008
Posts: 6
|
|
Hello friends,
I dont know what to do, i am tring to insert the image (blob) in to the table but I am getting such error
Data truncation: Data too long for column 'image' at row 1
Here is the code.
Please guide me,
Thanks,
Venkat.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32712
|
|
|
Don't know, but what size image are you passing and what size BLOB did you specify?
|
 |
Venkattesh Iyer
Greenhorn
Joined: Jun 15, 2008
Posts: 6
|
|
Ya the size of the file was more than tha size of BLOB.
I could solve by using LONGBLOB
Thanks, Venkat
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32712
|
|
You're welcome
|
 |
 |
|
|
subject: Couldn't able to insert image file in MySQL, Data truncation: Data too long for column 'image' at...
|
|
|