Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] discuz插件中如何调用存储过程?

[复制链接]
rfe_ren 发表于 2013-12-15 11:15:25 | 显示全部楼层 |阅读模式
  1. $query = DB::query("call FindParentArtitles(2);");
复制代码
运行的时候显示如下的错误:

PROCEDURE x25gbk.FindParentArtitles can't return a result set in the given context。

我查了一下,需要在连接数据库的时候用如下的代码:
  1. if(!mysql_real_connect(&mysql,"localhost","root","123456",  
  2.     "ipbx",0,NULL,CLIENT_MULTI_STATEMENTS))  
  3. {  
  4.     printf("mysql_real_connect() failed!/n");  
  5.     mysql_close(&mysql);  
  6.     return 0;  
  7. }  
复制代码

可是在插件开发中自己建立数据连接不太现实,改怎么办那?
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-15 21:38 , Processed in 0.017273 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表