procedure TForm1.Table1PostError(DataSet: TDataSet; E: EDatabaseError; var Action: TDataAction);
begin
if EDBEngineError(E).Errors[0].ErrorCode = 9729 then
ShowMessage('Record!');
Action:= daAbort;
end;
Daily we need to get some 40 records in to a file on Unix. I could use either of UTK_FILE and spool. Which is better and in what sense (like performance, reliability etc).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.