柔渐强设计酷站
设为首页
加入收藏
酷站首页 || 效果图设计 || 网页设计 || 展览模型 || 设计图库 || 设备租赁 || 图文教程 || 视频教程 || 平面素材 || 3D模型 || 展会资讯 || 酷站简介 || 联系我们 || 论 坛
图 文 教 程
类 别: 三维教程   平面教程   网页教程
小 类: 3DMAX教程   VR渲染器教程   PS入门与实例   CorelDraw   Illustrator
十天学会ASP之第六天
 
类 别:  网页教程 >>  发布者:Stronger 发布时间:2008-12-26 阅读:7665 [返回]

example6.asp:
<%
name=request.form("name")
tel=request.form("tel")
set conn=server.createobject("adodb.connection")
conn.open "driver={microsoft access driver (*.mdb)};dbq="&server.mappath("example3.mdb")
exec="select * from guestbook where name='"+name+"' and tel="+tel
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,1
%>
<html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<%
do while not rs.eof
%><tr>
<td><%=rs("name")%></td>
<td><%=rs("tel")%></td>
<td><%=rs("message")%></td>
<td><%=rs("time")%></td>
</tr>
<%
rs.movenext
loop
%>
</table>
</body>
</html>

今天实际上就讲了一个where,大家回去做做试验,把instr()做进去,明天见!

首页 上一页 下一页 尾页 页次:2/2页  1学分/页 转到:
 
 
  ·上个教程:十天学会ASP之第五天     ·下个教程:十天学会ASP之第七天
 
 

宝雕会展设计效果图
宝雕会展设计效果图..
百雀羚展会设计效果图
百雀羚展会设计效果..

雪花啤酒新品上市舞台设计
雪花啤酒新品上市舞..
雪歌冬季营销峰会-装典
雪歌冬季营销峰会-..
设计酷Q群:85365573  技术支持:柔渐强(QQ:6712735)  Emial:liujq05@163.com
版权所有: 设计酷站 Copyright @ 2006-2016  粤ICP备11027612号