B
bstaunton
Guest
cverbiest, problem is I won't know which fields will be in a given table since it's a dynamic system where any database table could be referenced. David, there's only 2 tables. I have a table with values representing database values and another table representing intended changes and I'm trying copy the latter to the former to generate a before-image. Problem is record 1 of tableh maps to record 1 of ctableh and record 2 to record 2 and 3 to 3 etc. So I need to join the tables somehow.
Continue reading...
Continue reading...