ASP查询数数据显示问题,请帮忙是否可以解决,谢谢。。。
<%
........
sql="SELECT "&stype&" FROM TZFWTSGZZBHZ where ArticleID >0"
if DataBaseType=1 then
if isdate(StartTime) then sql=sql&" and (replace(convert(varchar,DateTime1,111),'/','-'))>='" & StartTime & "'"
if isdate(EndTime) then sql=sql&" and (replace(convert(varchar,DateTime1,111),'/','-'))<='" & EndTime & "'"
else
if isdate(StartTime) then sql=sql&" and (replace(convert(varchar,DateTime1,111),'/','-'))>='" & StartTime & "'"
if isdate(EndTime) then sql=sql&" and (replace(convert(varchar,DateTime1,111),'/','-'))<='" & EndTime & "'"
end if
........
%>
以上为SQL 和 日期条件
下面是同页面里的查询日期输入和字段。
........
<input type='text' autocomplete="off" name='StartTime' size='12' maxlength='12' value='<%=StartTime%>' />
<input type='text' autocomplete="off" name='EndTime' size='12' maxlength='12' value='<%=EndTime%>' />
<select name="stype" id="stype">
<option value="gdzl" selected>工单总量</option>
<option value="hwl">进入量</option>
<option value="pdl">出去量</option>
<option value="fzxjdl">接单量</option>
<option value="fzxjal">完成量</option>
</select>
........
查询显示表格
<%
if gdzl=MMCC then
MMC=("工单总量")
MC=rs("gdzl")
ELSE
if hwl=MMCC then
MMC=("进入量")
MC=RS("hwl")
ELSE
if pdl=MMCC then
MMC=("出去量")
MC=RS("pdl")
ELSE
if fzxjdl=MMCC then
MMC=("接单量")
MC=RS("fzxjdl")
ELSE
if fzxjal=MMCC then
MMC=("完成量")
MC=RS("fzxjal")
ELSE
end if
end if
end if
end if
end if
%>
<table border=1 align=center width=83% ">
<tr>
<td width="20%" align="center">名称</td>
<td width="6%" align="center">1月</td>
<td width="6%" align="center">2月</td>
<td width="6%" align="center">3月</td>
<td width="6%" align="center">4月</td>
<td width="6%" align="center">5月</td>
<td width="6%" align="center">6月</td>
<td width="6%" align="center">7月</td>
<td width="6%" align="center">8月</td>
<td width="6%" align="center">9月</td>
<td width="6%" align="center">10月</td>
<td width="6%" align="center">11月</td>
<td width="6%" align="center">12月</td>
</tr>
<tr bordercolorlight="#000000" bordercolordark="#EE