We currently have a class that preforms a number of SQL statements that delete records from variouse tables. What I cannot figure out is how to rollback the changes if an exception error occurs in any one of them. Once we are in the catch block the Connection object looses scope so we cannot access it to do the rollback.
Any ideas?
Jeff Sulman
Any ideas?
Jeff Sulman