cfgrid and cfgridupdate... archieving changes

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default cfgrid and cfgridupdate... archieving changes

    Hi,

    I am attempting to use the very cool cfgrid command for the first time.
    However, my problem is the following:

    I want to archieve all changes. For example, if a user edits a first name, I
    want that entire row archieved, so if it was a screw up, we can go back and
    check the data. Any suggestions how and if this can be done. It appears that
    the cfupdate will update the table and no archieve is made of the old table.
    Thanks.



    SilentBob'secretfusion Guest

  2. Similar Questions and Discussions

    1. cfgrid / cfgridupdate error with an invalid datatype
      I have a problem using cfgrid. I'm getting the following error message: ?Error casting an object of type to an incompatible type. This usually...
    2. What use is cfgridupdate?
      Is there any practical use for cfgridupdate, since there is no way to validate any changes made in the grid. Or have I missed something? Doug
    3. cfgrid / cfgridupdate problems
      I've got a simple query to a MS Access 2003 database. I want to be able to edit records using cfgrid. I am able to delete records without problem....
    4. CFMX 7 cfgrid / cfgridupdate help
      I can't seem to get CFMX 7's Flash cfgrid / cfgripdupdate combination to work. Maybe I just don't understand how it's supposed to work, but I...
    5. CFGRID/cfgridupdate code needed
      .. I would like to make a grid in flash format that will display records from a sql server table and let the users update rows and update the...
  3. #2

    Default Re: cfgrid and cfgridupdate... archieving changes

    I guess I could place a trigger on the data base side to archieve changes.
    However, I could I get the information on the user? Perhaps, what I could do
    is execute the trigger when the cfgridupdate is run. Then after the
    cfrgridupdate, insert into the table the userid. Hmmm.

    I am just wondering how I am going to sync these trigger table with the userid
    who made the change. Any ideas?

    SilentBob'secretfusion 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