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

您没有登录

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

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 求救:TOMCAT5.0+JDK1.5+MSSQL2000(+SP3)连接数据库
smiledlpw





发贴: 1
积分: 0
于 2007-10-28 08:37 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
TOMCAT5.0+JDK1.5+MSSQL2000(+SP3)连接数据库,按要求配置,怎么也连不上。代码:<html>
<head>
<title>使用JSP访问Sql Server7.0/2000数据库 </title>
</head>
<%@ page contentType="text/html;charset=gb2312"%>
<%@ page import="java.sql.*"%>
<body>
<%
Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance();
String url="jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=pubs";
String user="lpw";
String password="";
Connection conn= DriverManager.getConnection(url,user,password);
Statement stmt=conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE);
String sql="select * from sales";
ResultSet rs=stmt.executeQuery(sql);
while(rs.next())
{%>
您的第一个字段内容为:<%=rs.getString(1)%>
您的第二个字段内容为:<%=rs.getString(2)%>
<%
}%>
<%out.print("数据库操作成***,恭喜你");%>
<%
rs.close();
stmt.close();
conn.close();
%>
</body>
</html>



作者 Re:求救:TOMCAT5.0+JDK1.5+MSSQL2000(+SP3)连接数据库 [Re:smiledlpw]
yanlsdif





发贴: 7
积分: 0
于 2007-11-05 07:57 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
有没有异常代码给出啊!!
Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver").newInstance();
没有用try {}catch肯定出错



人生,挑战不断!!!
作者 Re:求救:TOMCAT5.0+JDK1.5+MSSQL2000(+SP3)连接数据库 [Re:smiledlpw]
songpingwangyin





发贴: 1
积分: 0
于 2007-11-25 20:11 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
bowwow,没有抛出异常



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