怎样在Java中插入数据
我的pstmt = con.prepareStatement("insert into NotePad(Date,Sort,Caption,Res) values(?,?,?,?)");
怎么出现INSERT INTO 语法错误啊