Hey all,
I am using asp to code a page and process a page that inserts data into an MSSQL database. While I have done everything (everything as far as validating form inputs) to prevent the database from throwing errors when using the insert command. Yet, I am still concerned about the database throwing errors (and in some cases giving away tables names and/or database structure in the process). So here's the question: Is it possible to catch errors thrown by a database in ASP/VBscript?
Your help is greatly appreciated.
-sk
I am using asp to code a page and process a page that inserts data into an MSSQL database. While I have done everything (everything as far as validating form inputs) to prevent the database from throwing errors when using the insert command. Yet, I am still concerned about the database throwing errors (and in some cases giving away tables names and/or database structure in the process). So here's the question: Is it possible to catch errors thrown by a database in ASP/VBscript?
Your help is greatly appreciated.
-sk