Codeigniter错误号:2014命令不同步;

时间:2016-05-22 03:59:23

标签: codeigniter mysqli

我使用Codeigniter 3.0和

`

  1. 公共职能 & ShopRegisterdExists($ shopName,$ shopLink,$ userName,$ email){

  2. $ ci =& get_instance();

  3. $ CI->负载>数据库();

  4. $ CI-> DB->查询('CALL (????,,,,@ resultShopId,@ resultUserId)SearchingShopExists;”,阵列($ SHOPNAME,$ shopLink,$用户名,$电子邮件));

  5. mysqli_next_result($ ci-> db-> conn_id);

  6. $ dbResult = $ ci-> db-> query('SELECT @resultShopId AS shopId, @resultUserId AS userId');

  7. $ data ['shopExists'] = $ dbResult-> shopId;

  8. $ data ['userExists'] = $ dbResult-> userId;

  9. 返回$ data;

  10. }

  11. `

    我有问题,当我活动代码我通常得到这个错误,我搜索互联网和stackoverflow lastes错误但仍然没有找到修复此代码的解决方案,请帮助我。

      

    错误号码:2014

    命令不同步;你现在不能运行这个命令

    SELECT @resultShopId AS shopId,@ statusUserId AS userId

    文件名:C:/wamp2.5/www/Project/application/models/DbSearching.php

    行号:6

0 个答案:

没有答案