1.update table1 set E=:E
parambyname('E').AsString:=A+B+C+D;
2.for i:=0 to fieldcount-1 do
begin
table1.edit;
table1.fields.fields.value:=0;
table1.post;
end;
to kang,
输入0以后也不行。
另:你也不是不知道你们那破学校的破服务器的破速度
to only u,
>> 1.update table1 set E=:E
>>parambyname('E').AsString:=A+B+C+D
怎么asstring,a b c d是float类型。。
我用 select a+b+c+d e
from table1
试验也不行,空的。
我只能在sql explorer里试验,不知道计算字段怎么样。