A
aries
Unregistered / Unconfirmed
GUEST, unregistred user!
一个实时数据采集,每收到一条纪录要立即存盘以防止断电等故障。
我发现table的post方法只是写入缓存,并没有写入硬盘。
如:
with table1 do
append;
setfields(...);
post;
end;
一不小心死机数据就完了!有什么简单的法子吗?
我用dbase文件。
我发现table的post方法只是写入缓存,并没有写入硬盘。
如:
with table1 do
append;
setfields(...);
post;
end;
一不小心死机数据就完了!有什么简单的法子吗?
我用dbase文件。