PLEASE TRY
WRITE:
DM.qryInsImg.ParamByName('SmallPhoto').Assign(Bitmap);
READ:
Bitmap.Assign(DM.qryInsImg.FieldByName('SmallPhoto'));

解决方案 »

  1.   

    RequestLive 为false
    query就没法更新了
      

  2.   

    to newyj(老鬼) ,
    第一个DM.qryInsImg不是记录集,是sql插入语句啊:
    'Insert into MyImg
     (ID,
      SmallPhoto,BigPhoto1,BigPhoto2,
      BigPhoto3 )
    Values
      ( :ID,
       :SmallPhoto,:BigPhoto1,:BigPhoto2,
       :BigPhoto3)'
    和RequestLive 没有关系的啊!to shinesi(阿shine) ,
    怎么用对吗?表示怀疑我用的是d6,oracle 8.16 for Nt
     
      

  3.   

    字段类型为BLOB,且该段程序在Ms SQL下没有问题