Update MS Access record doesn't work right

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Update MS Access record doesn't work right

    I use the DW server behavior "Update Record" to update my MS Access record.
    The Server behavior not only update the very record, it also replace its
    privious or next record. Does anyone out there know what went wrong? Your
    earliest attention will be much appreciated.

    Tsengtan Guest

  2. Similar Questions and Discussions

    1. UPDATE RECORD DOES NOT WORK
      Hey all, I have a problem using the Update Record Server behaviour. I have a form that displays the data for a cafe's menu and then allows you to...
    2. Tie::DBI will not update a record
      Hi group, Example taken with modiications from http://search.cpan.org/~lds/Tie-DBI-0.93/lib/Tie/DBI.pm I'm running Windows XP, MySQL server...
    3. using dropdown box to display db record & update record
      Hi Folks, I have a web database written in asp and using access97. I have many projects, but each project is being held responsible by a person....
    4. Update existing From record with changes on new To record
      I need to create a history record and update a current record from one input form. The two tables are joined with a query and the table names and...
    5. Update Record and Submit Form don't work together???
      This is a re-statement of a question I posted just a while ago in the Dreamweaver Application Discussion group. I have done some experimenting...
  3. #2

    Default Re: Update MS Access record doesn't work right

    Tsengtan wrote:
    > I use the DW server behavior "Update Record" to update my MS Access record.
    > The Server behavior not only update the very record, it also replace its
    > privious or next record. Does anyone out there know what went wrong? Your
    > earliest attention will be much appreciated.
    I've not seen such an issue before. Have you modified any of the UPDATE
    code? the only time I'd think that the code could update more than one
    record is if you're telling it to perform the update based upon a field
    that is not a unique identifier for the row.

    I'd suggest that you ask your question over in the Application
    Development forum and post the code you're using. Also, give detailed
    steps for getting the page to do what you're aking about such as enter x
    in text field y etc. You will likely also need to post a copy of the
    table, including the data types and some sample values for your table.




    Danilo
    danilocelic *TMM* Guest

  4. #3

    Default Re: Update MS Access record doesn't work right

    how have u set the primary key in your database, have you set it to number
    or auto number.

    regards

    kenny



    "Tsengtan" <webforumsuser@macromedia.com> wrote in message
    news:damnpf$7hj$1@forums.macromedia.com...
    >I use the DW server behavior "Update Record" to update my MS Access record.
    > The Server behavior not only update the very record, it also replace its
    > privious or next record. Does anyone out there know what went wrong? Your
    > earliest attention will be much appreciated.
    >

    twocans 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