往informix插入图片失败.解决方案

往informix插入图片失败.create table tImage20090729(id int,pic byte,fydatetime year to day)然后使用A

往informix插入图片失败.
create table tImage20090729(id int,pic byte,fy datetime year to day)

然后使用ADO连接并执行插入操作:
把所有字段都正确put后,执行_RecordsetPtr->Update()错误:提示是"数据提供程序或其他服务返回 E_FAIL 状态。".

是哪儿问题,怎么修改?

[解决办法]
没用过ado,帮顶