各位高手请看我的代码,为什么删除不了记录 
通过验证,我的参数传递的正确的
数据库是Access
try{
PreparedStatement ptmt=con.prepareStatement("delete from  yanzhen where  no='"+str1+"'"); 
ptmt.executeUpdate();  
 }
 catch(SQLException ee) {}
谢谢了,谢谢各位高手了