請教高手sql錯誤:javax.servlet.ServletException: 用盡的 Resultset
javax.servlet.ServletException: 用盡的 Resultset
這個錯誤老是出現。哪位能給我說下是什麼原因啊。
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page language="java" import="java.sql.*" %>
<html>
<head>
<title>新聞</title>
</head>
<body>
<% Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
String url="jdbc:oracle:thin:@192.168.0.28:1521:oe";
//orcl為你的資料庫的SID
String user="bab";
String password="bab";
Connection conn= DriverManager.getConnection(url,user,password);
Statement stmt=conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE);
%>
<table>
<%
ResultSet rs1 = stmt.executeQuery("select * from TB_NEWS where NEWSID = '688'" );
%>
<tr>
<td height=20 align=center><b><%=rs1.getString("TITLE")%></b></td>
</tr>
<tr>
<td valign=top>
<p><%=rs1.getString("CONTENT")%></p></td>
</tr>
<%
rs1.close();
stmt.close();
conn.close();
%>
</table>
</body>
</html>
這個錯誤老是出現。哪位能給我說下是什麼原因啊。
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page language="java" import="java.sql.*" %>
<html>
<head>
<title>新聞</title>
</head>
<body>
<% Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
String url="jdbc:oracle:thin:@192.168.0.28:1521:oe";
//orcl為你的資料庫的SID
String user="bab";
String password="bab";
Connection conn= DriverManager.getConnection(url,user,password);
Statement stmt=conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE);
%>
<table>
<%
ResultSet rs1 = stmt.executeQuery("select * from TB_NEWS where NEWSID = '688'" );
%>
<tr>
<td height=20 align=center><b><%=rs1.getString("TITLE")%></b></td>
</tr>
<tr>
<td valign=top>
<p><%=rs1.getString("CONTENT")%></p></td>
</tr>
<%
rs1.close();
stmt.close();
conn.close();
%>
</table>
</body>
</html>
相關文章
- 請教 Element 的錯誤處理
- DFMEA的12個錯誤教訓,請牢記!
- 安裝時提示錯誤,請高手幫忙解決一下
- 常見的錯誤 SQL 用法SQL
- 這些錯誤的FMEA運用時機,請避開!
- 盤點 Python 高手都寫不出來的幾個錯誤Python
- 請問PBOOTCMS網站程式提示“執行SQL發生錯誤!錯誤:DISK I/O ERROR”怎麼辦boot網站SQLError
- PbootCMS錯誤提示:執行SQL發生錯誤!錯誤:no such column: def1bootSQL
- 如何修復“您的系統已耗盡應用程式記憶體”錯誤記憶體
- 網站提示400錯誤:錯誤請求怎麼辦網站
- 執行SQL發生錯誤!錯誤:disk I/O errorSQLError
- 400 Bad Request(錯誤請求)
- PbootCMS執行SQL發生錯誤!錯誤:no such column: def1bootSQL
- PbootCMS 執行SQL發生錯誤!錯誤: no such table:ay_configbootSQL
- MySQL常見的8種SQL錯誤用法MySql
- jquery Ajax 請求錯誤 Unexpected tokenjQuery
- SQL未明確定義列錯誤SQL
- 8種常見SQL錯誤用法SQL
- HEAD請求方法引起方法未定義的錯誤
- 請教前輩:關於JS的一個奇怪的錯誤,不知是解析順序造成的,還是什麼原因。。JS
- 升級提示 執行SQL發生錯誤!錯誤:duplicate column name: picstitleSQL
- 錯誤資料導致優化器不識別(高階優化手法用盡,結果盡然是這樣)優化
- 上傳報錯 Status Code: 413 Payload Too Large 請教!
- PbootCMS登入請求發生錯誤boot
- 如何修復代理400錯誤請求?
- SQL Server DACPAC資料庫部署錯誤SQLServer資料庫
- pbootcms升級提示 執行SQL發生錯誤!錯誤:duplicate column name: picstitlebootSQL
- 關於程式碼的那些低階錯誤,都是血淚的教訓
- 編寫 SQL 程式碼時常犯的九個錯誤SQL
- 正則請教
- 請教怎樣測試工具類的 windows 應用程式?Windows
- PBOOTCMS網站程式提示“執行SQL發生錯誤!錯誤:DISK I/O ERROR”boot網站SQLError
- 匯入sql時報日期型別錯誤SQL型別
- MySQL sql_mode=only_full_group_by 錯誤MySql
- 機器學習的教訓:5家公司分享的錯誤經驗機器學習
- 基於BIGINT溢位錯誤的SQL隱碼攻擊SQL
- sql server資料庫附加錯誤的解決過程SQLServer資料庫
- 應用中的錯誤處理概述
- 解決 PBootCMS 中因資料庫名稱錯誤導致的“執行 SQL 發生錯誤!錯誤:no such table: ay_config”問題boot資料庫SQL