Hi All,

In my code I need to copy a file from one location to another and then perform a database operation.
The problem is that I need to wrap this up in a tranaction and am not sure how best to cope with it.

Should I wrap up the file copy operation in a try catch block ?
Should I wrap it all up.

I am just noth sure of the tidiest solution and was wondering how you guys managed this type of operation.

Thanks In Advance