求助......为什么不能保存图片呢
sqlca.autocommit=true
updateblob "t_goods" set "t_goods"."pic"=:ls_pic where "t_goods"."goodscode"=:ls_goodscode using sqlca;
if SQLCA.SQLNROWS >0 then
commit using sqlca;
end if
SQLCA.AutoCommit = False
服务器是MS SERVER 2000 ,ls_pic 是图片的全局变量,已可以在图片框显示了,但是就不能保存,,,是为什么呢,,,有没有那们大侠帮一下我呢.最好有一成功提交过有代码给提供一下,
多谢帮忙!!!!!!!!!!!