Hi there i have an odd problem on our production machine that isnt showing up locally. How exactly is the best way to call a set of stored procedures ? I'm getting wierd errors like this

Message: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute.

Im basically calling query(call procedure) etc.



Reply via email to