good day guys,

i came to this problem and i've googled it but i couldn't get any answer. i got an app, which connect to sql server 2000, im using try catch method in any sql event (select, insert, etc). so if the server is down, then i catch the exception and throw to a messagebox, after that Application.Exit. but the app hangs and doesn't exit the system.

any idea?