I am working with a DB2 database and ASP for a little web app. The problem is on an update, is there anyway to know if an update worked. I have to go and select on the new criteria to check right now but there has to be another way. DB2 will have a return code of 1 if it updated and 0 if it didn't but How do you capture it? Or is there another way? Thanks...