The original recordset specified in this script was notfound

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default The original recordset specified in this script was notfound

    I am creating a delete record page in Dreamweaver; Everything seems to work
    fine until I create a Delete Record under the Server Behaviors. I keep getting
    the following error message along with the Red Exclamation Mark.

    Here is the error:
    =======================================
    the original recordset specified in this script was not found
    =======================================

    I know that the recordset I choose does match the one I created, since there
    is only one.

    Thanks

    nordine5 Guest

  2. Similar Questions and Discussions

    1. CF7.x error log - Why am I getting this error: "File notfound"
      We just moved to CF7.x, and I looked into the application error logs and every once and a while I see the error.... File not found:...
    2. HELP! Graphics_Edit Original
      When I select a imported photo to alter and select edit original, the photo opens up in picture viewer and not Photoshop. How do I make it so the...
    3. RecordSet.Move or RecordSet.AbsolutePosition??
      Hi, I'm trying to use either one of these methods to position the cursor in a specific position inside a recordset, but neither one seems to...
    4. Free Original copy of Never Winter Nights for Linux going! (and its original)
      Hi, Yes you read the title correctly, being a complete idiot I ordered 2 copies of nwn from tuxgames, I could of sent it back, but I went on...
    5. File or assembly name System, or one of its dependencies, was notfound.
      Hi I'v been stuck on this problem for ages now. I have found that I'm not the only one with this problem, by looking through the different...
  3. #2

    Default Re: The original recordset specified in this script was not found

    It probably got deleted from your page when you did something else on the
    page. Can you see it on this page in the Recordset window? If you look at
    code view, can you see the recordset code? and is the delete record after
    the recordset?


    --
    Nancy Gill
    Team Macromedia Volunteer for Dreamweaver MX/UltraDev
    [url]http://www.macromedia.com/go/team/[/url]
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development

    "nordine5" <webforumsuser@macromedia.com> wrote in message
    news:d2clfb$c2e$1@forums.macromedia.com...
    > I am creating a delete record page in Dreamweaver; Everything seems to
    work
    > fine until I create a Delete Record under the Server Behaviors. I keep
    getting
    > the following error message along with the Red Exclamation Mark.
    >
    > Here is the error:
    > =======================================
    > the original recordset specified in this script was not found
    > =======================================
    >
    > I know that the recordset I choose does match the one I created, since
    there
    > is only one.
    >
    > Thanks
    >

    Nancy Gill Guest

  4. #3

    Default Re: The original recordset specified in this script wasnot found

    Thanks, it's solved
    nordine5 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139