Following is the code:
with MyQuery do
begin
if not Active then Open;
Append;
FieldValues['name']:='abc';
FieldByName('Graphic').Assign(Image.Picture.Bitmap); //???
Post;
end;
Graphic is a field of TBlobField. (DELPHI 7, MYSQL 5.0.67, WINXP)
when running, there would be an exception: invalid Blob position.