错误提示是:
ADODB.Recordset 错误 '800a0bcd'
BOF 或 EOF 中有一个是“真”,或者当前的记录已被删除,所需的操作要求一个当前的记录。
/asp/yuyang/form/o_outsersult.asp,行103
103附近的代码是:
100: ' reset the cursor to the beginning
101:If (rsout.CursorType > 0) Then
102: rsout.MoveFirst
103:Else
104: rsout.Requery
105: End If
还有在记录集打开后的位置我已经加了空记录集判断语句:
<% If rsout.EOF And rsout.BOF Then %>
没有搜索到符合您搜索条件的报表!
重新搜索 <% End If ' end rsout.EOF And rsout.BOF %>
在本机上调试都是正常的