Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Servlet/JSP/JSF/JavaFX Script  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
reply to postflat modethreaded modego to previous topicgo to next topicgo to back
作者 Re:我是初学者,JSP问题紧急求助啊! [Re:yoyo23mir]
yoyo23mir





发贴: 3
于 2005-05-11 04:34 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我自己写了个JSP页面,只是查询child_info表中数据,没有用Beans,执行的时候也是出错。谁能帮我改改啊?

<%@ page contentType="text/html;charset=GB2312" language="java" %>
<%@ page import="java.sql.*" %>
<HTML>
<BODY bgcolor=orange ><Font size=1>
<form action="" Method=post>
请输入查询卡号:
<Input type=text name=number>
<Input type=submit name=g value=查询>
</form>
<%! Connection con=null;//声明一个共享的连接对象。
%>
<% //获取卡号。
String cardid=request.getParameter("number");
if(cardid==null)
{cardid="?";
}
byte b[]=cardid.getBytes("ISO-8859-1");
cardid=new String(b);
Statement sql=null;
ResultSet rs=null;
if(con==null)
{ try{Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
}
catch(ClassNotFoundException e)
{out.print(e);
}
try {con=DriverManager.getConnection("jdbc:odbc:Vaccard","","");
String condition="SELECT * form child_info WHERE 卡号 = "+"'"+ cardid+"'";
rs =sql.executeQuery(condition);
}
catch(SQLException e)
{out.print(e);
}
}
else
{ synchronized(con)
{ try {sql=con.createStatement();
String condition="SELECT * form child_info WHERE 卡号 = "+"'"+ cardid+"'";
rs =sql.executeQuery(condition);
}
catch(SQLException e)
{out.print(e);
}
}
}
try { out.print("<Table Border>");
out.print("<TR>");
out.print("<TH width=100>"+"卡号");
out.print("<TH width=100>"+"儿童姓名");
out.print("</TR>");
while(rs.next())
{ out.print("<TR>");
String number=rs.getString(1);
out.print("<TD >"+number+"</TD>");
String childname=rs.getString("儿童姓名");
out.print("<TD >"+childname+"</TD>");
out.print("</TR>") ;
}
out.print("</Table>");
}
catch(SQLException e1) {}
%>
</FONT>
</BODY>
</HTML>


why edited on 2005-05-11 10:42


话题树型展开
人气 标题 作者 字数 发贴时间
3144 我是初学者,JSP问题紧急求助啊! yoyo23mir 319 2005-05-11 04:33
2666 Re:我是初学者,JSP问题紧急求助啊! yoyo23mir 1579 2005-05-11 04:34
2555 Re:我是初学者,JSP问题紧急求助啊! why 239 2005-05-11 10:49
2620 Re:我是初学者,JSP问题紧急求助啊! yoyo23mir 6 2005-05-11 14:09
2520 Re:我是初学者,JSP问题紧急求助啊! why 187 2005-05-12 21:34
2635 Re:我是初学者,JSP问题紧急求助啊! computerclass 55 2005-05-13 23:08
2809 Re:我是初学者,JSP问题紧急求助啊! mhlovers 17 2005-06-29 11:51

reply to postflat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923