asp+access做个程序要有添加删除修改源代码谢谢

asp+access做个程序要求有源代码就是asp操作access数据库,要求有增加删除修改的代码mydesign@yeah.net发了记得提醒QQ601146608... asp+access做个程序要求有源代码
就是asp操作access数据库,要求有增加删除修改的代码
mydesign@yeah.net
发了记得提醒QQ601146608
展开
 我来答
百度网友2fa8b9d
2010-07-17 · TA获得超过810个赞
知道小有建树答主
回答量:559
采纳率:0%
帮助的人:634万
展开全部
一个学生信息管理系统,是我当时读书时的一个作业!
解压后放到IIS里运行admin.asp登陆
用户名:lwf0757
密码:lwf0757

具有登陆,增加,修改,删除信息等功能!如果觉得好就选我lwf0757为最佳答案!

程序源文件已发到你邮箱里,请注意查收
ffy4008
2010-07-17
知道答主
回答量:55
采纳率:0%
帮助的人:13.8万
展开全部
能不能描述详细点
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
fanlunbing
2010-07-19 · TA获得超过562个赞
知道小有建树答主
回答量:337
采纳率:0%
帮助的人:0
展开全部
退出
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
twd2
2010-07-18 · TA获得超过557个赞
知道小有建树答主
回答量:1141
采纳率:0%
帮助的人:532万
展开全部
我有个实例程序
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
wuqiao5257
2010-07-24 · TA获得超过2090个赞
知道大有可为答主
回答量:776
采纳率:100%
帮助的人:1320万
展开全部
其他的源码给你发了,下面给你摘录新增的代码:
<%
if session("username")="" then
%>
<script language="javascript">
top.location.href="../index.asp"
</script>
<%
response.end
end if
%>
<!-- #include file="../conn.asp" -->
<html>
<head>
<title>新增页面</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
body {
background-color:#FFFFFF;
}
</style>
</HEAD>

<BODY>
<%if request("hid")="" then%>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#C4D8ED">
<tr>
<td> </td>
<td width="100%" background="../images/r_0.gif">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td> 增加管理员页面</td>
<td align="right"> </td>
</tr>
</table>
</td>
<td> </td>
</tr>
<tr>
<td></td>
<td>
<table align="center" cellpadding="4" cellspacing="1" class="toptable grid" border="1">
<form name="form2">
<input type="hidden" name="id" value="<%=request("id")%>">
<tr>
<td align="right" height="30">账号:</td>
<td class="category"><input type="text" name="username"></td>
</tr>
<tr>
<td align="right" height="30">密码:</td>
<td class="category"><input type="text" name="pwd"></td>
</tr>
<tr>
<td height="30"> </td>
<td class="category">
<input type="submit" value=" 确认增加 " class="button">
<input type="reset" value=" 重新填写 " class="button">
<input type="hidden" name="hid" value="ok">
</td>
</tr>
</form>
</table>
</td>
<td></td>
</tr>
<tr>
<td> </td>
<td></td>
<td> </td>
</tr>
</table>
<%
else
nowusername=request("username")
nowpwd=request("pwd")
set rs_jiancha=conn.execute("select * from admin where username='"&nowusername&"'")
if rs_jiancha.eof=false then
%>
<script language="javascript">
alert("账号 <%=nowusername%> 已经存在!")
window.history.go(-1)
</script>
<%
response.End
end if
set rs=server.createobject("ADODB.RecordSet")
sql="select * from admin"
rs.open sql,conn,1,3
rs.addnew
rs("username")=nowusername
rs("pwd")=nowpwd
rs.update
rs.close
%>
<script language="javascript">
alert("增加成功!")
window.location.href='main.asp'
</script>
<%
end if
%>
</body>
</html>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(3)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式