joperocho has asked for the wisdom of the Perl Monks concerning the following question:
Anyway to disable SQL Warning from being printed in errstr?
I've tried setting PrintWarn, Warn, PrintError to 0, yet sql warnings are still being set in errstr.
Sample Warning:
DBI Error: 513: IBMCLI DriverDB2/LINUXZ64 SQL0513W The SQL statement will modify an entire table or view. SQLSTATE=01504
Please advise.
Thanks in advance.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to disable SQL Warning in DBI.pm
by runrig (Abbot) on Mar 17, 2014 at 17:48 UTC | |
by joperocho (Initiate) on Mar 17, 2014 at 18:08 UTC | |
by runrig (Abbot) on Mar 17, 2014 at 18:46 UTC | |
Re: How to disable SQL Warning in DBI.pm
by mje (Curate) on Mar 18, 2014 at 08:39 UTC | |
by Anonymous Monk on Mar 18, 2014 at 12:20 UTC | |
by Tux (Abbot) on Mar 18, 2014 at 12:25 UTC | |
by Anonymous Monk on Mar 18, 2014 at 12:51 UTC | |
Re: How to disable SQL Warning in DBI.pm
by runrig (Abbot) on Mar 18, 2014 at 15:44 UTC | |
by Anonymous Monk on Mar 18, 2014 at 18:23 UTC | |
by runrig (Abbot) on Mar 18, 2014 at 18:49 UTC |
Back to
Seekers of Perl Wisdom