jarv
03-29-2010, 07:00 PM
I get the error: ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/testsite/viewpic.asp, line 33
set sp = objconn.execute("SELECT * FROM shop INNER JOIN Categories ON shop.CategoryID=Categories.CategoryID WHERE ImageID =" & ImageID)
Dim CategoryID : CategoryID = sp("shop.CategoryID")
Line 33:
Dim CategoryID : CategoryID = sp("shop.CategoryID")
Item cannot be found in the collection corresponding to the requested name or ordinal.
/testsite/viewpic.asp, line 33
set sp = objconn.execute("SELECT * FROM shop INNER JOIN Categories ON shop.CategoryID=Categories.CategoryID WHERE ImageID =" & ImageID)
Dim CategoryID : CategoryID = sp("shop.CategoryID")
Line 33:
Dim CategoryID : CategoryID = sp("shop.CategoryID")