with adotable1 do begin
 open;
 insert;
 fieldbyname('picture').assign(image1.picture);
 post;
 end;
这一句有什么错误啊?为什么不能将image中的图像存入数据库啊?本来很简单的问题,怪事!