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>




话题树型展开
人气 标题 作者 字数 发贴时间
10722 求救:TOMCAT5.0+JDK1.5+MSSQL2000(+SP3)连接数据库 smiledlpw 916 2007-10-28 08:37
8702 Re:求救:TOMCAT5.0+JDK1.5+MSSQL2000(+SP3)连接数据库 yanlsdif 111 2007-11-05 07:57
9756 Re:求救:TOMCAT5.0+JDK1.5+MSSQL2000(+SP3)连接数据库 songpingwangyin 10 2007-11-25 20:11

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