PERL MYSQL DBD::mysql::st execute failed: PROCEDURE - can’t return a result set in the given context
So I kept getting this error using DBD-mysql.
DBD::mysql::st execute failed: PROCEDURE Data.getToday can’t return a result set in the given context at demo.pl line 15.
The problem turned out to be that, I was using version 3.002 of the MySQL driver. I upgraded to 4.005 and all was good!
Hope this helps you out…


Leave a Reply