Nick
2007-07-09 13:59:14 UTC
Does anyone know if there is an easy way to compare a row from table
a, to a row in table b with the same structure/field names and return
those fields which don't match?
I have table_a storing the originally submitted applicant information,
and table_b storing a version that can be changed. When a user makes a
change I'd like to compare it to the original table to see what fields
were changed, preferably without opening the row from both tables and
going field by field in code to see if they match...
Thank you for the help!
Nick Smith
Application Developer
Influent Inc.
a, to a row in table b with the same structure/field names and return
those fields which don't match?
I have table_a storing the originally submitted applicant information,
and table_b storing a version that can be changed. When a user makes a
change I'd like to compare it to the original table to see what fields
were changed, preferably without opening the row from both tables and
going field by field in code to see if they match...
Thank you for the help!
Nick Smith
Application Developer
Influent Inc.