当前位置:  技术问答>java相关

一个asp程序改写成jsp,把数据库改为sqlserver。谢谢阿!

    来源: 互联网  发布时间:2017-03-19

    本文导语:  % if session("username")="" then   session("errinfo")="请先登陆!"   response.redirect "error.asp" end if set conn=server.createobject("adodb.connection") conn.open "jtnh17921" theoption=request("radiobutton") if theoption="khbh" then   khbh=request("khbh")   set r...

%
if session("username")="" then
  session("errinfo")="请先登陆!"
  response.redirect "error.asp"
end if
set conn=server.createobject("adodb.connection")
conn.open "jtnh17921"
theoption=request("radiobutton")
if theoption="khbh" then
  khbh=request("khbh")
  set rs=conn.execute("select * from user where 客户编号='"+khbh+"'")
  if rs.eof then
    set rs=conn.execute("select * from newuser where 客户编号='"+khbh+"'")
if rs.eof then
      session("errinfo")="请输入正确的用户编号!"
  response.redirect "error.asp"
else
  newuser="y"
end if
  end if
elseif theoption="cdno" then
  cdno=request("cdno")
  set rs=conn.execute("select * from user where 理财卡卡号='"+cdno+"'")
  if rs.eof then
    set rs=conn.execute("select * from newuser where 理财卡卡号='"+cdno+"'")
if rs.eof then
      session("errinfo")="请输入正确的理财卡卡号!"
  response.redirect "error.asp"
else
  newuser="y"
end if
  end if
else
  sfzh=request("sfzh")
  set rs=conn.execute("select * from user where 身份证号码='"+sfzh+"'")
  if rs.eof then
    set rs=conn.execute("select * from newuser where 身份证号码='"+sfzh+"'")
if rs.eof then
      session("errinfo")="请输入正确的身份证号码!"
  response.redirect "error.asp"
else
  newuser="y"
end if
  end if
end if
set rs1=conn.execute("select * from totaluserbill where 客户编号='"+rs("客户编号")+"'")
set rs2=conn.execute("select * from bankaccount where 客户编号='"+rs("客户编号")+"'")
set rs3=conn.execute("select * from bill where 客户编号='"+rs("客户编号")+"'")
session("khbh")=rs("客户编号")
session("cdno")=rs("理财卡卡号")
%>

|








看不懂你最后三个rs1,rs2,rs3的用处

    
 
 

您可能感兴趣的文章:

  • ??谁能把ASP代码改为JSP的
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 快速插入大量数据的asp.net代码(Sqlserver)
  • asp.net+ajax+sqlserver自动补全功能实现解析
  • ASP.NET下向SQLServer2008导入文件实例操作方法
  • ASP.NET之 Ajax相关知识介绍及组件图
  • 我想了解一些关于Java怎样与Asp或Asp.net结合方面在未来发展方向的问题?
  • c#/ASP.NET操作cookie(读写)代码示例
  • asp.net UrlEncode对应asp urlencode的处理方法
  • asp.net实例 定义和使用asp:AccessDataSource
  • win2008 r2 服务器环境配置(FTP/ASP/ASP.Net/PHP)
  • asp与asp.net的session共享
  • 如何在unix下发布asp?
  • 怎么让Apache支持Asp?
  • Linux平台下哪种方法实现ASP好?
  • ASP和ASP.Net共享Session解决办法
  • 通过socket和asp打交道
  • 犹豫中……,到底是选择ASP,还是JSP?
  • asp 是否 可用applet标签?帮忙!!
  • asp.net判断数据库表是否存在 asp.net修改表名的方法
  • 新人提问:asp+access的程序在linux下怎么改?
  • 用JAVA APPLET做的交互式网页和ASP、PHP做的相比有什么优势呢?
  • asp.net文字水印功能简单代码
  • asp里面可否使用java写的邮件,给30分.
  • asp与Jsp可否在iis中共存的问题
  • 实现Asp与Asp.Net共享Session的方法


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3