if u want to store bitmap file in image type field , it's ok, but if
u want to store jpeg, gif, png, tiff... , i suggest u store in text
type field.
the sample is <a href="http://www.gislab.ecnu.edu.cn/delphibbs/dispq.asp?LID=146002">here</a>!
建一个IMAGE型的字段“image1"
(Table1.fieldbyname.('image1') as TBlobField).loadfromfile(filename)
(Table1.fieldbyname.('image1') as TBlobField).savetofile(filename)