I created a log using the event log icon in the toolbox and using the WriteEvent method. However, I like the idea of using a table better. So, I am going to use a Try...Catch block and write a stored procedure to save the error string to a table. I think this will make tracking and repairing errors easier for all involved. Thanks for your reply.:)
Quote:
quote:Originally posted by jbenson001
How are you creating an event log? Are you writing to a text file, or inserting into a database table? In either case, I would create a function in a class to do this to avoid repetative code.
|