ASP表格循环显示数值时,怎么显示对应另一个表中字段值? 15

数据库为sql2000,ba_paytype表中有vccode字段值等于ba_account表中的vcpaytype字段值<td><%=list("vcpaytype")... 数据库为sql2000,ba_paytype 表中有vccode字段值 等于 ba_account表中的vcpaytype字段值

<td><%=list("vcpaytype")%></td> 这个地方怎么显示vcpaytype值等于ba_paytype表中vccode值对应的vcname值?

<%

dim bgtime,ovtime
bgtime=request.Form("bgtime")
ovtime=request.Form("ovtime")
%>

<%set list=conn.execute("select * from ba_account where dttime>='"&bgtime&"' and dttime<='"&ovtime&"' order by [vcreckno]")%>
<%set hmmoney=conn.execute("select sum(mmoney) from ba_account where dttime>='"&bgtime&"' and dttime<='"&ovtime&"' ")%>

<table border=1 cellpadding="0" cellspacing="0" bordercolor="#CCCCCC">

<tr>
<th nowrap="nowrap"><span class="STYLE3">付款方式</span></th>
<th nowrap="nowrap"><span class="STYLE3">单据号</span></th>
</tr>

<%do while not list.eof%>
<tr>
<td><%=list("vcpaytype")%></td> 这个地方想改成显示vcpaytype等于ba_paytype表中vccode对应的vcname,怎么改呢?
<td><%=list("vcreckno")%></td>
</tr>

<%
list.movenext
loop
%>
<tr>
<td colspan="8">合计:</td>
<td><strong><%=hmconsume("")%></strong></td>
<td><strong><%=hmagio("")%></strong></td>
</tr>

</table>
谢谢啦,,非常感谢!!!!我分不多啊,总分15,全给了!!!!
展开
 我来答
qicornan
2013-08-11 · TA获得超过2.2万个赞
知道大有可为答主
回答量:1.3万
采纳率:48%
帮助的人:1609万
展开全部
可以哈萨克斯坦

的数据库在文本BB.ASP在,号码后
的Response.Write“(”文字或数字&“)”
百度网友0ec8189
2013-08-22 · 超过27用户采纳过TA的回答
知道答主
回答量:64
采纳率:0%
帮助的人:61.6万
展开全部
两个表对应的字段是什么?假设是classid。那么可以在循环里面再次查询一次表ba_paytype
set rs=conn.execute("select top 1 * from ba_paytype where classid="&list("classid")&" ")

也可以使用联合查询,速度会快点,这里不详细解答了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式