lol千珏哼的歌曲叫什么:JBuilder的PreparedStatement问题

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/09 11:55:40
PreparedStatement pstmt= con.prepareStatement("select *form card where id="+id+"and password="+password+"and 0<"+balance);
问题
"daocard.java": unreported exception java.sql.SQLException; must be caught or declared to be thrown at line 32, column 53

如何解决

`