View Single Post
  #3 (permalink)  
Old 13-01-2008, 11:34 PM
silentD's Avatar
silentD silentD is offline
New kid on the block
 
Join Date: Jan 2008
Location: Kuala Lumpur
Posts: 5
Rep Power: 0
silentD is on a distinguished road
How do i fix data truncated error in mysql

i've changed the table field of 'designation' type from enum to varchar(20) and its work. By the way, changing the table name from designation to id didnt do any changes and still appear the 'data truncated' error to my webpage. I want the type to be 'enum' rather than varchar. Please help me on this...
Reply With Quote