Can't return a result set in the given context

前端 未结 5 2134
执笔经年
执笔经年 2020-11-28 16:23

When ever I try to call store procedure in mysql that sends back a result set, it keeps saying me that \"can\'t return a result set in the given context\".

I\'ve goo

5条回答
  •  抹茶落季
    2020-11-28 17:04

    It works perfectly with PHP 5.2.10 as well.

    From an earlier version, I've successfully used mysqli::multi_query to call a problematic procedure and get the right results.

提交回复
热议问题