| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1027 人关注过本帖
标题:BOF 或 EOF 中有一个是“真”,
只看楼主 加入收藏
zdloveday
Rank: 2
等 级:论坛游民
帖 子:221
专家分:96
注 册:2008-9-5
结帖率:68.89%
收藏
 问题点数:0 回复次数:3 
BOF 或 EOF 中有一个是“真”,
<table width="100%" border="0" cellspacing="5" cellpadding="0">
                <tr>
                  <td>&nbsp;</td>
                  <td>商品所在地:</td>
                  <% Set rs = Server.CreateObject("ADODB.Recordset")
        sql="select * from fukuan where userid =" & rikeenet("shopid")
        rs.open sql,conn,3,2

       if rs.eof and rs.bof then

        wmsg="掌柜还没有设置配送及支付方式"
        end if
        %>
                  <td style="word-break:break-all"><%=rs("suozaidi")%></td>
                </tr>
                <tr>
                  <td width="9%">&nbsp;</td>
                  <td width="19%">配送费用:</td>
                  <td width="72%" style="word-break:break-all"><%if rs("maijia")=1 then%>
                    卖家承担运费
                    <%else%>
                    EMS:<%=rs("amount")%>元&nbsp;&nbsp;平邮<%=rs("amount1")%>元&nbsp;&nbsp;快递:<%=rs("amount2")%>元
                    <%end if%>                  </td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td>配送范围:</td>
                  <td style="word-break:break-all"><%=rs("fw")%></td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td>发货方式:</td>
                  <td style="word-break:break-all"><%=rs("fahuofangshi")%></td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td>预计收货时间:</td>
                  <td style="word-break:break-all"><%=rs("shouhuosj")%></td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td>&nbsp;</td>
                  <td>&nbsp;</td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td>付款方式:</td>
                  <td>&nbsp;</td>
                </tr>
                <tr>
                  <td colspan="3" bgcolor="#FFE1EB"><div align="center"></div>
                      <div align="center">
                        <%If rs("zhifubao")<>"" Then response.write "<img src=../../image/zhifubao.gif>" End if%>
                        &nbsp;
                        <%If rs("wangyinzaixian")<>"" Then response.write "<img src=../../image/wangyinlogo.gif>" End if%>
                        &nbsp;
                        <%If rs("egold")<>"" Then response.write "<img src=../../image/egold.gif>" End if%>
                        &nbsp;
                        <%If rs("youjuhuikuan")<>"" Then response.write "<img src=../../image/post.gif>" End if%>
                        &nbsp;
                        <%If rs("jiaotongyinhang")<>"" Then response.write "<img src=../../image/bank_jt.gif>" End if%>
                        &nbsp;
                        <%If rs("zhaoshangyinhang")<>"" Then response.write "<img src=../../image/bank_cmb.gif>" End if%>
                        &nbsp;
                        <%If rs("zhongguoyinhang")<>"" Then response.write "<img src=../../image/bank_headbg.gif>" End if%>
  &nbsp;
                        &nbsp;
                        <%If rs("jiansheyinhang")<>"" Then response.write "<img src=../../image/bank_ccb.gif>" End if%>
                        &nbsp;
                        <%If rs("nongyeyinhang")<>"" Then response.write "<img src=../../image/bank_abc.gif>" End if%>
                        &nbsp;
                        <%If rs("gongshangyinhang")<>"" Then response.write "<img src=../../image/bank_cbc.gif>" End if%>
                        &nbsp;
                        <%If rs("visa")<>"" Then response.write "<img src=../../image/bank_visa.gif>" End if%>
                        <%rs.close
                set rs=nothing%>
                          </div></td>
                </tr>
            </table>

BOF 或 EOF 中有一个是“真”,或者当前的记录已被删除,所需的操作要求一个当前的记录。
各位帮忙看一下 这里 要怎么修改?
搜索更多相关主题的帖子: BOF EOF 
2010-02-05 14:51
zdloveday
Rank: 2
等 级:论坛游民
帖 子:221
专家分:96
注 册:2008-9-5
收藏
得分:0 
if rs.eof or rs.bof then
也是一样的错误

不懂----就无耻的下问吧----
2010-02-05 15:22
zdloveday
Rank: 2
等 级:论坛游民
帖 子:221
专家分:96
注 册:2008-9-5
收藏
得分:0 
ok 搞定  ……

不懂----就无耻的下问吧----
2010-02-05 15:45
xiongjl9555
Rank: 2
来 自:深圳南山区
等 级:论坛游民
帖 子:124
专家分:10
注 册:2008-5-27
收藏
得分:0 
应该逻辑判断不完整,是这里少了一段语句
if rs.eof and rs.bof then
  wmsg="掌柜还没有设置配送及支付方式"
else
  wmsg="掌柜已经发送待查收"
end if
2010-02-22 11:20
快速回复:BOF 或 EOF 中有一个是“真”,
数据加载中...
 
   



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

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