Hi All
Sounds crazy but I have never had to use Trace before. Everything just seems to work. But now I am trying to establish why a procedure is no longer functioning - intermittently - under what circumstances I know not yet.
What I am needing to do is write a message to a file after each call that I suspect could fail.
Would one use Trace for this and if so how or is it better to just append to a text file programmatically and if so how.
The error returns if any from HExecuteSQLQuery and HAdd needs to be monitored. It is intermittent so I just need to write to a file that I can look at when the procedure no longer works. It is a procedure with a timer.
Cheers
Andre
Sounds crazy but I have never had to use Trace before. Everything just seems to work. But now I am trying to establish why a procedure is no longer functioning - intermittently - under what circumstances I know not yet.
What I am needing to do is write a message to a file after each call that I suspect could fail.
Would one use Trace for this and if so how or is it better to just append to a text file programmatically and if so how.
The error returns if any from HExecuteSQLQuery and HAdd needs to be monitored. It is intermittent so I just need to write to a file that I can look at when the procedure no longer works. It is a procedure with a timer.
Cheers
Andre