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

您没有登录

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

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 存储过程出错了,请高手指点!!
kingmax2004





发贴: 14
积分: 0
于 2005-07-05 13:42 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
1、  在SQLSERVER2000里建了这样的一个存储过程:
CREATE proc test_pro1
@checkname varchar(50),
@checkpasswd varchar(50)
as
select * from check_person1
where check_name=@checkname and check_passwd=@checkpasswd
GO

2、在JSP里的程序的:
<%
String url="jdbc:odbc:user_person";
String userID="sa";
String userPW="admin";
String username;
Connection Db;
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
Db=DriverManager.getConnection(url,userID,userPW);
try
{
String usern="bb";
String userp="bbbb";
String sql="{CALL test_pro1 (?,?)}";
CallableStatement cstatement=Db.prepareCall(sql);
cstatement.registerOutParameter(1,a);
cstatement.registerOutParameter(2,b);
cstatement.execute();
username=cstatement.getString("user_name");
out.print(username);
cstatement.close();
}
catch(SQLException error)
{
out.print("ERROR");
}
Db.close();
%>

2、  我的意思是:这是一个用户登录验证的程序,如果用户名与密码都正确就把字段:user_name 的值取出,保存在String 的 username变量里!!谢谢!


kingmax2004 edited on 2005-07-05 13:48


菜鸟请教,基本程序调试不通,急急急急急急!!!

话题树型展开
人气 标题 作者 字数 发贴时间
4290 存储过程出错了,请高手指点!! kingmax2004 966 2005-07-05 13:42

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