Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBScript runtime error '800a01a8'

Status
Not open for further replies.

rjn2001

Programmer
Joined
Dec 29, 2004
Messages
172
Location
GB
Got one of them...

Code:
Microsoft VBScript runtime error '800a01a8' 

Object required: '' 

/editor.asp, line 78

Line 78 being:
Code:
<%
IF rs.EOF or rs.BOF then  **LINE 78***
Response.Write "No records Found"
Else

'display the record set
End if
%>

Richard Noon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top