jsp中sql插入语句不能执行_百度知道
(); String sqlQuery="insert into User(num,xm,dept,class,telephone,address,email,mm)values ("+num+",'"+xm+"','"+dept+"','"+grade+"',"+...
jsp中的SQL插入语句如何编写 - Java Web开发
jsp中的SQL插入语句怎么编写CREATE TABLE note(id int not null primary key ,title varchar(20) not null ,author varchar(20) not null ,content varchar(50...
关于在jsp中使用sql语句的问题_百度知道
关于在jsp中使用sql语句的问题在执行INSERT、UPDATE、DELETE语句时,用pstmt.executeUpdate(),它返回执行影响数。int i=pstmt.executeUpdate();在这里你不能使用...