五
<%@page import=
import =
import =
import=
contentType=
buffer=
%><%! int all
String odbcQuery;
Connection odbcconn;
Statement odbcstmt;
ResultSet odbcrs;
String username
String datetime;
%>
<%
try{
Class
}catch (ClassNotFoundException e)
{ out
}
try{
odbcconn = DriverManager
odbcstmt = odbcconn
odbcQuery=
odbcrs=odbcstmt
int i=
while (i<
while (odbcrs
{
//*/////////////////////////顯示數據庫的內容用於調試程序是用//
int ii;
try{
try{
for (ii=
out
}catch (NullPointerException e) {
out
}
}catch (SQLException e){
}
}
odbcrs
odbcstmt
odbcconn
}catch (SQLException e)
{ out
}
%>
[
From:http://tw.wingwit.com/Article/program/Java/JSP/201311/20744.html