Generic Error Handling Routine

From: Rohan (rrrandel_at_comcast.net)
Date: 12/20/04


Date: Mon, 20 Dec 2004 14:50:35 +0530

Hi,
  I am writing a Generic Error handling routine for my project which traps
all possible errors in the project and stores them into a Log file. I am
unable to retrieve the Line number and Error number of the occured error.
Other details such as as Date format(MM/DD/YY), Time, Username, workstation
ID, Form name, Event/Procedure name can be retrieved. Please let me know how
can I retrieve the Line Number and Error number for the routine. I am Using
Delphi7 , ADO components with Sql Server 2000 as back end.

Thanks,