急 程序出现错误 '80020009' 错误

来源:百度知道 编辑:UC知道 时间:2024/05/15 20:34:35
Public Function SecondHouseBond(num1,num2,tt2,id,strAddress,strProjname,intRoom,intHall,intAreaAll,intPrice,ww,companyid,AgentName)
For i=num1 To num2
If i mod 2 = 0 Then
bgc="#fff7ef"
Else
bgc="#ffffff"
End If
With Response
.Write"<tr bgcolor="&bgc&">"
.Write"<td height=23 align=left><a href=/asp/sfb/"&tt2&"-"&id&".html target=_blank title="&strAddress&">"&left(strProjname,7)&"</a></td>" (此处出现错误)
.Write"<td height=23 align=center>"&intRoom&"室"&intHall&"厅</td>"
.Write"<td align=center>"&intAreaAll&" ㎡</td>"
.Write"<td height=23 align=center>"&intPrice&""&ww&"</td>"

80020009 有可能由多个原因引起,您需要根据具体错误到 http://support.microsoft.com 看一下。以下是几篇相关文章,供您参考:

PRB: 80020009 Error When Retrieving Data from SQL [adobj]
http://support.microsoft.com/support/kb/articles/q175/2/39.asp
HOWTO: Troubleshoot "80020009 Exception Occurred" for DE Command[istudio]
http://support.microsoft.com/support/kb/articles/q253/7/79.asp
Creation of MSSearch Query Object Returns Error 80020009 [sitemcis]
http://support.microsoft.com/support/kb/articles/q191/4/10.asp

给我 小红旗