痞子,这个有什么问题

楼主
痞子,这个有什么问题
strSQL = "select sum(netfee)  as netf from call1 where (call = '"&rs("phone")&"') and (modephone = '市内电话')"
Set RS2=Server.CreateObject("ADODB.Recordset")  
rs2.open strSQL,conn,1,3

'if rs2.eof then
'   rs2.addnew
'   rs2("call")=rs("phone")  
'   rs2("netfee")="0"
'   rs2("netf")=0
'   rs2.update
'end if
bb=rs("phone")
PhoneCount = rs2("netf") +rs("setrent")
response.write  rs("phone") & "本月话费总金额:" & phoneCount&" <br>"
%><a href="user_call2.asp?aa=bb&ff=CStr(f)&tt=CStr(f)">oooo</a>
<%rs2.close
rs.movenext

[em06]

电脑版 Page created in 0.0791 seconds with 4 queries.