in reply to Trapping Stroed Proc errors with MSSQL

Have got RaiseError => 1 in your DBI->connect()? You also might want to try this with an error severity of greater than 16 (i.e. a system error) for experimental purpose to see what happens.

/J\

Replies are listed 'Best First'.
Re^2: Trapping Stroed Proc errors with MSSQL
by Anonymous Monk on Jul 22, 2004 at 12:49 UTC
    Thanks for quick reply, but RaiseError does not seem to pick these up either (I have already tried experimenting with the severity with no luck either)
    Dave