|
Hello all, how are you?
New error to contend with, hope you can help.
Just to give you a quick heads up and say im new to this (ASP, stored procedures etc), so sorry for lack of terminology that may crop up.
I'm trying to return a selection of images from a database, by using stored procedures to return the image(s) to an ASP page. However when try to run the file on my localhost, i get the following error:
ADODB.Recordset (0x800A0CC1)
Item cannot be found in the collection corresponding to the requested name or ordinal.
/admin/stores/index.asp, line 240
line 240:
Quote:
<input type="hidden" id="floorID" name="floorID" value="<%=oRS("floorplansID")%>"/>
I've executed the Stored procedure and its working fine. The connection to the database is ok, as all other pages seem to be working fine. I have also checked all the names and variables, and al the names seem to be the same.
Any ideas as to why this may be happening would be great.
|