08-04
29

You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server versio

原来这个程序数据库是SQL2000,换成MYSQL,结果报错。
You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near '; limit 16' at line 1

错误代码:
String sql="from NewsVO as n where n.cate=" + Integer.parseInt(id) + " order by n.id desc;";
正确的:
String sql="from NewsVO as n where n.cate=" + Integer.parseInt(id) + " order by n.id desc";

无语了吧。。

[本日志由 blurxx 于 2008-11-16 02:07 AM 编辑]
文章来自: 本站原创
引用通告: 查看所有引用 | 我要引用此文章
Tags: MYSQL
相关日志:
评论: 0 | 引用: 0 | 查看次数: -
发表评论
昵 称:
密 码: 游客发言不需要密码.
内 容:
验证码: 验证码
选 项:
虽然发表评论不用注册,但是为了保护您的发言权,建议您注册帐号.