| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 549 人关注过本帖
标题:从记录集查询记录
取消只看楼主 加入收藏
lb8864418
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2006-9-9
收藏
 问题点数:0 回复次数:1 
从记录集查询记录

我想让他在另外一个页面弹出查询相应的数据,怎么改啊?


<%
if request.form("Submit") = "查询" then
Dim Recordset1
Dim Recordset1_numRows


Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_shipin_STRING
Recordset1.Source = "SELECT * FROM shipin"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()

Recordset1_numRows = 0

dim sc,scontent
sc = trim(request("sc"))
scomtent = trim(request("scomtent"))
ssql = "select * from shipin"
select case sc
case "0"
sSql = sSql
case "1"
sSql = "select * from shipin where title like '%" & scomtent & "%' order by id desc"
end select
sSql = sSql &"order by id desc "

response.redirect "cxjg.asp"

set rs=server.createobject("adodb.recordset")

Recordset1.Close()
Set Recordset1 = Nothing
end if

%>

搜索更多相关主题的帖子: 记录 查询 
2006-09-09 14:21
lb8864418
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2006-9-9
收藏
得分:0 
我要点一下查询,下面就弹出查询的数据,
2006-09-09 14:47
快速回复:从记录集查询记录
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.022643 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved