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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Object required: ''

Status
Not open for further replies.

PhatH

IS-IT--Management
Mar 30, 2004
88
US
Hello all,

I really don't know where this error is about

Microsoft VBScript runtime (0x800A01A8)
Object required: ''
/includes/subnav/products_subnav.asp, line 3

My first few line of code are:

<%
sqlHots = "SELECT ShortName, ProductID, ManuID, ProdTypeID FROM tblProducts WHERE New = '1'"
Set rsHot = objConn.Execute(sqlHots)
%>
<div id="navlist">
<table cellpadding="0" cellspacing="0" bgColor=#dbdbdb>
<tr><td height=10></td></tr>
<tr valign="top">
<td vAlign=top align=left width=170>
<font face="Arial, Helvetica, sans-serif"><b>Hardware</b></font>
<ul>

And the line 3 is pointing to this line:
Set rsHot = objConn.Execute(sqlHots)

I looked all over and couldn't think of why. Someone help?

thanks!
 
I forgot to mention:

"SELECT ShortName, ProductID, ManuID, ProdTypeID FROM tblProducts WHERE New = 1"

New column is holding data in "bit
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top