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

您没有登录

» Java开发网 » Database/JDBC/SQL/JDO/Hibernate  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 JSP连接SQL2000问题
bishan





发贴: 7
积分: 0
于 2006-05-07 15:54 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
装完JDK,TOMCAT以后我已经按照步骤连接了SQL2000,但用这个程序测试:
 <%@ page import="java.lang.*, java.io.*, java.sql.*, java.util.*" contentType="text/html;charset=gb2312" %>
  <html>
  <body>
  <% Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance();
   String url="jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=pubs";
   //pubs 为你的数据库的
   String user="sa";
   String password="admin";
   Connection conn= DriverManager.getConnection(url,user,password);
   Statement stmt=conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE);
   String sql="select job_id,job_desc from jobs";
   ResultSet rs=stmt.executeQuery(sql);
   while(rs.next()) { %>
    您的第一个字段内容为:<%=rs.getString(1)%><br>
    您的第二个字段内容为:<%=rs.getString(2)%><br>
  <% } %>
  <% out.print("数据库操作成功,恭喜你"); %>
  <% rs.close();
   stmt.close();
   conn.close();
  %>
  </body>
  </html>

  将上面的JSP代码保存为sql_test.jsp,放在/Root目录下。

  在地址中输入:http://localhost:8080/sql_test.jsp
但测试结果却是:
<£¥@¡¡page¡¡import="java.lang.*,¡¡java.io.*,¡¡java.sql.*,¡¡java.util.*"¡¡contentType="text/html;charset=gb2312"¡¡£¥> ¡¡¡¡ ¡¡¡¡ ¡¡¡¡<£¥¡¡Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance(); ¡¡¡¡¡¡String¡¡url="jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=pubs"; ¡¡¡¡¡¡//pubs¡¡ÎªÄãµÄÊý¾Ý¿âµÄ ¡¡¡¡¡¡String¡¡user="sa"; ¡¡¡¡¡¡String¡¡password="admin"; ¡¡¡¡¡¡Connection¡¡conn=¡¡DriverManager.getConnection(url,user,password); ¡¡¡¡¡¡Statement¡¡stmt=conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE); ¡¡¡¡¡¡String¡¡sql="select¡¡job_id,job_desc¡¡from¡¡jobs"; ¡¡¡¡¡¡ResultSet¡¡rs=stmt.executeQuery(sql); ¡¡¡¡¡¡while(rs.next())¡¡{¡¡£¥> ¡¡¡¡¡¡¡¡ÄúµÄµÚÒ»¸ö×Ö¶ÎÄÚÈÝΪ£º<£¥=rs.getString(1)£¥>
¡¡¡¡¡¡¡¡ÄúµÄµÚ¶þ¸ö×Ö¶ÎÄÚÈÝΪ£º<£¥=rs.getString(2)£¥>
¡¡¡¡<£¥¡¡}¡¡£¥> ¡¡¡¡<£¥¡¡out.print("Êý¾Ý¿â²Ù×÷³É¹¦£¬¹§Ï²Äã");¡¡£¥> ¡¡¡¡<£¥¡¡rs.close(); ¡¡¡¡¡¡stmt.close(); ¡¡¡¡¡¡conn.close(); ¡¡¡¡£¥> ¡¡¡¡ ¡¡¡¡
所以请教高手帮我解决这个问题,看这种情况会是哪都出现了问题,谢谢!




怎么比较汉字字符和字母的大小问题?

话题树型展开
人气 标题 作者 字数 发贴时间
12399 JSP连接SQL2000问题 bishan 3582 2006-05-07 15:54
10078 Re:JSP连接SQL2000问题 scottlai 13 2006-05-07 17:51
10073 Re:JSP连接SQL2000问题 why 15 2006-05-07 19:09
10167 Re:JSP连接SQL2000问题 bishan 4730 2006-05-07 22:26
9967 Re:JSP连接SQL2000问题 K_P_exciting 30 2006-05-19 21:25
9939 Re:JSP连接SQL2000问题 bishan 21 2006-05-22 17:51
10948 Re:JSP连接SQL2000问题 heartache 167 2006-06-02 21:36

flat 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