in reply to Re: perl w/ DBI connectiong to MSSQL, not reporting SQL server trigger errors
in thread perl w/ DBI connectiong to MSSQL, not reporting SQL server trigger errors
For debugging purposes, it's almost better not to wrap it in eval. $dbh->{RaiseError}=1 will cause each DBI method to die with the generated error message, which by default will print to STDERR.
Anima Legato
.oO all things connect through the motion of the mind
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: perl w/ DBI connectiong to MSSQL, not reporting SQL server trigger errors
by runrig (Abbot) on Jan 06, 2005 at 19:14 UTC | |
by chauzer (Novice) on Jan 06, 2005 at 20:28 UTC | |
by runrig (Abbot) on Jan 06, 2005 at 21:02 UTC |