in reply to DBD::mysql does not return errorstring
Hi,
You should enable any one of the automatic error checking. Below I have enable warning
PrintError => 1, # To enable warnings RaiseError => 0 # To enable die
If both RaiseError and PrintError are enabled, an error will cause warn( ) and die( ) to be executed sequentially.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBD::mysql does not return errorstring
by Skeeve (Parson) on May 12, 2014 at 12:32 UTC |