Why Dreamweaver edit the Recordset will show thiserror?

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

  1. #1

    Default Re: Why Dreamweaver edit the Recordset will show thiserror?

    In your Connection file, change MM_Habook_STRING = 'dsn=Habook;' to
    MM_Habook_STRING = 'dsn=Habook;un=[username]; pw=[password]' Where the
    username and password have full rights to the directory where your db lives.

    GGeiger Guest

  2. Similar Questions and Discussions

    1. Dreamweaver recordset, selecting table
      In Dreamweaver 8, when I go to set up a recordset, in the recordset dialog box, the "table" dropdown box indicates a path to the table in the...
    2. Problems with Recordset (Query) in Dreamweaver BindingsPanel
      Coldfusion Gurus- I keep getting this error when I try to make a connection to my database using the Dreamweaver Bindings Panel: "There are no...
    3. Show region if recordset is not empty
      Hi? How can I make server behavior for this?: If Diet field empty in the food table,Don?t display Diet word in the Page <% If Not Food.EOF...
    4. Show if recordset is empty??
      Hi, I have a results page with two result boxes and am trying to add 'Show if recordset is empty' for obvious reasons. BUT i've highlighted text...
    5. recordset paging won't show second page
      Hi I'm querying a database and returning the records using absolute page and all that stuff. The user can choose to do a keyword search or...
  3. #2

    Default Re: Why Dreamweaver edit the Recordset will show thiserror?

    ive had this, i think its a security priveledge error, i gave the folder with
    the database in full access for the IUSR_EVERYONE account, and never saw the
    error again.

    in windows xp, go into my computer or windows explorer and go to tools, then
    down to folder options, go into the 'view' tab and scroll down the list to the
    bottom and UNCHECK 'use simple file sharing- RECOMENDED' this then allows you
    full control over the security priveledges for the folders and files.

    right mouse click on ur inetpub folder and go to properties, from there u can
    give full acess.

    hope this helps

    jay

    juniorbee 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