标题:请帮我看看这段代码哪儿出错了
只看楼主
xiaoqinlin
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2012-10-13
结帖率:0
已结贴  问题点数:2 回复次数:1 
请帮我看看这段代码哪儿出错了
刚开始接触asp 请大家帮忙 谢谢!!!
set rs=server.CreateObject("adodb.recordset")
sql ="select Point HyBuyCoun from hy "
rs.Open sql,conn
Point=rs("Point")
HyBuyCoun=rs("HyBuyCoun")
If Point=左边 then
HyTjMoneyAll=CurrentEndMoney*0.1
ElseIf Point=中间 Then
HyTjMoneyAll=CurrentEndMoney*0.15
ElseIf Point=右边 Then
HyTjMoneyAll=CurrentEndMoney*0.2
End if
搜索更多相关主题的帖子: asp sql 
2012-10-13 08:50
yms123
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:209
帖 子:12488
专家分:19042
注 册:2004-7-17
得分:2 
set rs=server.CreateObject("adodb.recordset")
sql ="select Point HyBuyCoun from hy "
rs.Open sql,conn
Point=rs("Point")
HyBuyCoun=rs("HyBuyCoun")
If Point=左边 then
   HyTjMoneyAll=CurrentEndMoney*0.1
ElseIf Point=中间 Then
   HyTjMoneyAll=CurrentEndMoney*0.15
ElseIf Point=右边 Then
  HyTjMoneyAll=CurrentEndMoney*0.2
End if
你这个左边,中间,右边都是那里定义的?
2012-10-14 17:34



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-383065-1-1.html




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

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