毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> 开发语言 >> 正文

heck the manual that corresponds to your MySQL server version for the right

更新时间:2015-7-11:  来源:毕业论文

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 '?)' at line 1的错误,


Connection conn = jdbcUtil.getConn();
    int i = 1;
    String sql="insert into OCRM_ORDER_INFO(ORDER_ID,ORDER_TYPE,QUES_TYPE,SUBJECT,ORDER_STATE,PRIORITY,ORDER_DESC,ALLO_TIME,ID) values(?,?,?,?,?,?,?,?,?)";
    PreparedStatement pstmt;
    try {
        pstmt = (PreparedStatement) conn.prepareStatement(sql);
        long a=1009;
        pstmt.setLong(9, a);
        pstmt.setString(1, orderId);
        pstmt.setString(2, orderType);
        pstmt.setString(3, quesType);
        pstmt.setString(4, subject);
        pstmt.setString(5, "1");
        pstmt.setString(6, priority);
        pstmt.setString(7, orderDesc);
        pstmt.setString(8,str);
        i = pstmt.executeUpdate(sql);
        pstmt.close();
        conn.close();
    } catch (SQLException e) {
        e.printStackTrace();
    }
i = pstmt.executeUpdate(sql); 改成 i = pstmt.executeUpdate();
重复注入了

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。