In ASP on Win2003 server, I can catch the ASP-errors, sending the user to a custom page while sending myself an e-mail something is wrong. All by editing the 500-100.asp page as a custom error page.
However, errors like
Quote:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[MySQL][ODBC 5.1 Driver][mysqld-5.1.32-community-log]Unknown column 'datum1' in 'field list'
|
will not be caught by this, the user will still get a confusing white page and more important, I have no idea something went wrong.
So, how I can I set up a custom error page for this? I know php has a catch error procedure, APS does not as far as I know, so I have to figure out a way around it.
Thanks,
Papermouse