Home > MySQL > PERL MYSQL DBD::mysql::st execute failed: PROCEDURE - can’t return a result set in the given context

PERL MYSQL DBD::mysql::st execute failed: PROCEDURE - can’t return a result set in the given context

August 31st, 2008

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…

Greg MySQL

  1. No comments yet.
  1. No trackbacks yet.