Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Guga

  1. Guga

    Key Violation Error

    procedure TForm1.Table1PostError(DataSet: TDataSet; E: EDatabaseError; var Action: TDataAction); begin if EDBEngineError(E).Errors[0].ErrorCode = 9729 then ShowMessage('Record!'); Action:= daAbort; end;
  2. Guga

    UTL_FILE or spool

    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).

Part and Inventory Search

Back
Top