免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2309 | 回复: 1
打印 上一主题 下一主题

prepare执行BUG吗? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2012-03-31 02:55 |只看该作者 |倒序浏览
strcat(buffer,"jcsjk");

sprintf(str_cmd,"%s%s","select * from ",buffer,":systables into temp aa");
$prepare  aa from $str_cmd
$execute aa


-410    Prepare statement failed or was not executed.

This EXECUTE statement refers to a statement id that has not been
prepared. Either no PREPARE statement was done, or one was done but
returned an error code. Review the program logic to ensure that a
statement is prepared and the PREPARE return code is checked. A
negative error code from PREPARE usually reflects an error in the
statement being prepared.



请问何解?

398407063  俺在写一个,生成纯SQL的小工具。以免不同数据库造成语法不一样!

论坛徽章:
0
2 [报告]
发表于 2012-03-31 03:03 |只看该作者
另请教问题
sprintf(str_cmd,"%s%s","EXEC SQL  connect to ",buffer);
$prepare  aa from $str_cmd;
$execute aa;

效果一样,请问有何解
-410    Prepare statement failed or was not executed

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP