Results 1 to 3 of 3

Thread: Error please help me

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    103

    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???

  2. #2
    Addicted Member
    Join Date
    Jun 2000
    Location
    Pittsburgh, PA
    Posts
    149
    Try just this. Of course I am assuming rsholding is you recordset.

    RSHolding("SubSectionID")

  3. #3
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    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
  •  



Click Here to Expand Forum to Full Width