一句话自我评价 幽默:简单问题:送分问题!看补充说明

来源:百度文库 编辑:高校问答 时间:2024/04/29 18:21:53
在打开一个网页时,出现以下错误:
Microsoft VBScript 运行时错误 错误 '800a000d'
类型不匹配: 'rs'
/film1.asp,行 31

第31行是 <% response.write rs("title")%>
“title”是数据库中的一个字段名

VBScript 2.0 requires that non-Variant data types be passed by value. Therefore, make sure that all non-Variant data types passed by your MTS component are passed by value, not by reference. If you break this rule, the ASP script will return the following error:

Microsoft VBScript runtime error '800a000d'
Type mismatch: 'Accountobj.Post'

摘自MSDN