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

您没有登录

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

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





发贴: 5
积分: 0
于 2005-04-25 16:51 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
报错:
java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]
源程序为:
<%
String customerID=request.getParameter("CustomerID").trim();
String customerName=request.getParameter("CustomerName").trim();
String pwd=request.getParameter("password");
String repwd=request.getParameter("repassword");
String idCard=request.getParameter("IDCard");
String address=request.getParameter("address").trim();
String province=request.getParameter("Province");
String zipCode=request.getParameter("zipcode");
String phone=request.getParameter("phone");

strSql = "{call dbo.sp_insertcustomer(?,?,?,?,?,?,?,?,?)}";
cstmt = conn.prepareCall(strSql);
// Register the Output Parameter
cstmt.registerOutParameter(9, java.sql.Types.INTEGER);
//Set Input Parameters
cstmt.setString(1,customerID);
cstmt.setString(2,customerName);
cstmt.setString(3,pwd);
cstmt.setString(4,idCard);
cstmt.setString(5,address);
cstmt.setString(6,province);
cstmt.setString(7,zipCode);
cstmt.setString(8,phone);  

cstmt.executeUpdate();
  
int iR=cstmt.getInt(9);  
if(iR==0)
{
  session.putValue("user",customerID);
  %>
  <jsp:forward page="CustomerInfo.jsp?action=view"/>
  <%
}
else if(iR==1)
{
  %>
  <jsp:forward page="regist.htm"/>
  <%
}  

rs.close();
cstmt.close();
conn.close();

%>

JDBC连接测试过是好的,数据库相应的表和存储过程都正确地设置好了,实在不懂哪里出了错?

请大家帮忙!感激万分!




一个程序员的奋斗历程

话题树型展开
人气 标题 作者 字数 发贴时间
8225 JDBC 连接错在哪里??? ytt613 1494 2005-04-25 16:51
6114 Re:JDBC 连接错在哪里??? why 30 2005-04-25 18:00
6300 Re:JDBC 连接错在哪里??? ytt613 237 2005-04-25 18:09
6518 Re:JDBC 连接错在哪里??? yhjvcnet 32 2005-06-02 14:32

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