Do Until RSCategory("parent_cat" = "Top"
TempPath = "<A HREF=""" & PathToPage _
& "?CategoryName" & RSCategory("parent_cat" & """>" _
& RSCategory("parent_cat" & "<A> > " & TempPath
Set RSCategory = Conn.Execute("Select parent_cat from " _
& "Categories where cat_name = '" _
& RSCategory("parent_cat" & "'"
Loop
cat_id cat_name parent_cat
1 Sega Nights Pad Saturn
2 Playstation Controller PlayStation
3 PC Top
4 Software PC
Error: Error Type:
ADODB.Recordset (0x800A0BCD)
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/Auction_List.asp, line 20
TempPath = "<A HREF=""" & PathToPage _
& "?CategoryName" & RSCategory("parent_cat" & """>" _
& RSCategory("parent_cat" & "<A> > " & TempPath
Set RSCategory = Conn.Execute("Select parent_cat from " _
& "Categories where cat_name = '" _
& RSCategory("parent_cat" & "'"
Loop
cat_id cat_name parent_cat
1 Sega Nights Pad Saturn
2 Playstation Controller PlayStation
3 PC Top
4 Software PC
Error: Error Type:
ADODB.Recordset (0x800A0BCD)
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/Auction_List.asp, line 20