Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
第一张图片显示了mysql中的表。第二张图片显示了我们在netabeans中的搜索条件设计第三张图片是jbutton8的编码第四是我们得到的错误。 所以为了检查我试图为单选按钮(按钮组中的粗略)编写代码。但是在对编码进行了几次更改后,我得到了这个错误。
所以请帮忙
图 1 的链接
图 2 的链接
您正在对 Statement 对象执行查询,然后再对其进行初始化。所以只需在 try 中交换两个语句:
try{ stmt=con.createStatement(); rs=stmt.executeQuery(sqr);}