in reply to Re: Cannot exit Perl process once ODBC call has been made
in thread Cannot exit Perl process once ODBC call has been made

DBI::trace? When he's not even using DBI, but Win32::ODBC? No kidding...

Perhaps the OP could indeed try using DBI+DBD::ODBC instead. I see no %SIG manipulation in the perl source of Win32::ODBC — $SIG{INT} is the way to capture the signal coming from ctrl-C. So I can only guess that it hangs in the XS part (the DLL) of this module...

  • Comment on Re: Re: Cannot exit Perl process once ODBC call has been made