making sure a row was inserted, updated, or deleted
What is the best way to make sure a Coldfusion query run ?
For updates and deletes, what I am starting to do is use result in cfquery and make sure result name dot recordcount is 1.
For inserts, I'm checking to see if result name dot identitycol is there.
Are those good ways to do make sure queries ran ?
