How can I prevent a fatal error on one thread from shutting down the entire application?  I am running with multiple backends and depending on the login it connects to the corresponding database.  If a file is missing or there is an invalid record declaration or something along those lines I do not want the application to stop, but just that thread so my other users can keep working.
Can this be done?
Thanks
Debra