I have a database upgrade tool that is misbehaving. I would like to pause the execution of the application so I can change the database.
I'm thinking a C# wrapper that could pause the process would do the trick. Has anyone ever attempted such a monster?
C# is home, but other languages would be find if they can get the job done.