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.
Back to
Seekers of Perl Wisdom