设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 61|回复: 2
打印 上一主题 下一主题

这个代码!不知道什么问题?

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-17 08:59:45 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
老是说数据库有问题?看图,在下面

<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
<p>


<%
set conn=server.createobject("adodb.connection")
conn.open "driver={microsoft access driver (*.mdb)};dbq="&server.mappath("chenhao702.mdb")
%>
<%
exec="select * from denglu"
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,1
%>
<%
rs("UserName")=Session("UserName")
rs("Password")=Session("Password")
rs("user_nickname")=Session("user_nickname")
rs("user_name")=Session("user_name")

rs("user_sex")=Session("user_sex")
rs("user_birth")=Session("user_birth")


rs("user_idcard")=Session("user_idcard")
rs("user_favorite")=Session("user_favorite")

rs("user_postcode")=Session("user_postcode")
rs("user_addres")=Session("user_addres")
rs("user_telephone")=Session("user_telephone")


rs.Update

rs.Close

session("Login_flag")="Success"

%>
<table align="center" bgcolor="#88dff" cellspacing="0" width="60%">
<tr><td align="center">注册成功
<tr><td>
<table bgcolor="white" width="100%">
<tr><td align="certer">尊敬的<%=session("UseName")%>(<%=session("user_nickname")%>)成为我们的会员;
</table>
</table>
</body>
</html>


附件: 只有本站会员才能下载或查看附件,请您 登录 或 注册
2#
发表于 2010-1-17 08:59:49 | 只看该作者
请整理一下代码,把文件开头的那些删除就可以正常显示了
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-18 17:42 , Processed in 0.138009 second(s), 8 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表