|
-
May 7th, 2001, 11:02 PM
#1
Thread Starter
Lively Member
Error please help me
ADODB.Fields error '800a0cc1'
ADO could not find the object in the collection corresponding to the name or ordinal reference requested by the application.
/THEREALSITE/Users/TMPe5x5bd00ul.asp, line 155
what does this mean??...im trying to parse a value from my database to
a hiddenfield
here is line 155 ??
<input type="hidden" name="SubSectionID" value="<%=(RSHolding.Fields.Item("SubSectionID").Value)%>">
i have checked that SubSectionID does exist in my recordset as well as in my SQL database?..
im stuck anyting else i can check??
everythign else works fine fine except i get this error???
-
May 8th, 2001, 12:05 PM
#2
Addicted Member
Try just this. Of course I am assuming rsholding is you recordset.
RSHolding("SubSectionID")
-
May 8th, 2001, 01:16 PM
#3
Frenzied Member
Or just
RSHolding.Fields("SubSectionID")
I would double check the field names match cuz that is what that error normally is generated from... mis-spelled field names.
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|