R
Richard-sun
Unregistered / Unconfirmed
GUEST, unregistred user!
strTemp := 'Update tblls set lsGoods'+ IntToStr(GoodsStandard)
+ '=lsGoods+'IntToStr(GoodsStandard)+'' + IntToStr(GoodsCount)
+ ',lsSum=lsSum+' + IntToStr(ADOQuery1.FieldValues['reGoodsCount']);
在上面的句子中,lsGoods+IntToStr(GoodsStandard),是作为表里的一个列名
我现在想实现,每次执行时,lsGoods+IntToStr(GoodsStandard),的值能累加上去,
就象,我下面的lsSum的值一样,请各位帮忙。
+ '=lsGoods+'IntToStr(GoodsStandard)+'' + IntToStr(GoodsCount)
+ ',lsSum=lsSum+' + IntToStr(ADOQuery1.FieldValues['reGoodsCount']);
在上面的句子中,lsGoods+IntToStr(GoodsStandard),是作为表里的一个列名
我现在想实现,每次执行时,lsGoods+IntToStr(GoodsStandard),的值能累加上去,
就象,我下面的lsSum的值一样,请各位帮忙。