hi try this,
if you want to delete the field from database use this
ALTER TABLE tblname DROP column Image_id
if you want to delete the records, use following
update tblname set Image_id = null where ID=1
or
update tblname set Image_id = "" where ID=1
surendran
(Anything is Possible)
http://ssuren.spaces.msn.com