in reply to Re^6: How to add columns with new row name using perl from mysql query?
in thread How to add columns with new row name using perl from mysql query?
You did not show the SQL your code is running.
Please change your code to the following to see the real error message your database gives you:
$sth->execute or die $sth->errstr;
... or alternatively, as I already said, use the RaiseError flag when creating your database connection.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: How to add columns with new row name using perl from mysql query?
by finddata (Sexton) on Apr 06, 2017 at 12:27 UTC | |
by Corion (Patriarch) on Apr 06, 2017 at 13:31 UTC | |
by finddata (Sexton) on Apr 06, 2017 at 13:40 UTC | |
by Corion (Patriarch) on Apr 06, 2017 at 13:42 UTC | |
by finddata (Sexton) on Apr 07, 2017 at 05:28 UTC | |
|