设为首页收藏本站

新微赢技术网

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

[求助]请教高手

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-13 01:18:07 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
如何用这条 strSQL="Select * from CustomerInfo Where  gzlx='"& strlx & "'" 查询代码查找ACCESS数据库中类型为gzlx的数据。
<%
strUSN=Session("usn")
strPWD=Session("pwd")
strisAdmin=Session("isadmin")
strBB=Trim(Request.QueryString("BB"))
strSE=Trim(Request.QueryString("SE"))
strFS=Trim(Request.QueryString("fs"))
strLX=Request.QueryString("LX")
strMP=Trim(Request.QueryString("MP"))
'Response.Write strMP
pageNo=Trim(Request.QueryString("pageNo"))
if pageNo="" then
pageNo=1
else
  if isnumeric(pageNo) then
  if pageNo<=strMP then
  pageNo=Cint(pageNo)
  else
  pageNo=1
  end if
  else
  pageNo=1
  end if
end if
%>
<!--#include file="main.asp"-->
<form action="queryinfo.asp">
<table width=100% cellpadding=0 bordercolordark='#FFFFFF' cellspacing=0 cellpadding=1 border=1 bordercolorlight=darkblue>
<tr bgcolor=#000099>
<td align=center><font size=2 color=white>编号</font></td>
<td align=center colspan=2><font size=2 color=white>规章名称</font></td>
<td align=center><font size=2 color=white>章节</font></td>
<td align=center><font size=2 color=white>条目</font></td>
<td align=center><font size=2 color=white>关键字</font></td>

<%
  if strisAdmin="T" then
%>
<td align=center colspan=3><font size=2 color=white>操作</font></td>
<%
end if
%>
</tr>
<%
if strUSN<>"" and strPWD<>"" then
'=============================================
if strLX="JG" then
   if strlx<>"" then
     strSQL="Select * from CustomerInfo Where  gzlx='"& strlx & "'"
   end if
else
if strlx="XG" then
   if strlx<>"" then
     strSQL="Select * from CustomerInfo Where gzlx='"& strlx & "'"
   else
     strSQL="Select * from CustomerInfo"
   end if
End if
2#
发表于 2010-1-13 01:18:11 | 只看该作者
说的具体一点好吗?
回复 支持 反对

使用道具 举报

3#
发表于 2010-1-13 01:18:14 | 只看该作者
ACCESS数据库中字段名为gzlx。(gzlx中有钢笔\铅笔\橡皮等)LX 是上一页表单中名称
strLX=Request.QueryString("LX")
用这条 strSQL="Select * from CustomerInfo Where  gzlx='"& strlx & "'" 查询代码查找ACCESS数据库中类型为gzlx的数据。
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-20 04:49 , Processed in 0.092309 second(s), 9 queries , Gzip On, Memcache On.

Powered by xuexi

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

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