Mile-O
Back once again...
- Local time
- Today, 08:30
- Joined
- Dec 10, 2002
- Messages
- 11,305
I've filled my database with an error handler routine that, on an error, sends details to an error log table such as date and time of error, error number, error description, the form on which the error occurred and who initiated the error.
This means that I can come into the database, review any errors that happen within the database and can then squash any programming bugs that I've not noticed.
As an extra, I'd also like to find out at which line in a module the error occurred - just to make debugging the database easier.
Any ideas?
This means that I can come into the database, review any errors that happen within the database and can then squash any programming bugs that I've not noticed.
As an extra, I'd also like to find out at which line in a module the error occurred - just to make debugging the database easier.
Any ideas?