I have a functioning script that I use from asp pages to handle sql insert, update, & delete statements and another for handling select recordset statements. I need a simple if...then to trap any errors (except empty recordsets) that occur (i.e. insert/update/delete error, unknown field, etc.).
This should be simple for anyone who knows asp and the adodb dsnless connection.