Forum Moderators: open
I start with "START TRANSACTION", execute that, then end with "COMMIT" and an execute.
In between are the four queries with an execute.
Normally, if one fails processing stops and none of the queries get executed because it never reaches the Commit.
Tonight one failed but the other three executed.
I'm not clear on error handling in ASP with javascript so I've never coded for the "rollback" assuming that if it never reached commit......
has anyone run into this?