删除
dw_1.deleterow(0)
存盘
if dw_1.update()=1 then
commit;
else
rollback;
end if