Kbase P70315: How to create multiple copies of a database table and have o
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  04/03/2004 |
|
Status: Unverified
GOAL:
How to create multiple copies of a database table and have only one committed to the production data ?
FIX:
Design a program based either on temp-tables or a "scrap" table in the database, based on the production table, with an added field to keep track of the multiple copies.
Then use multiple buffers and/or queries to compare the tables and decide what data is copied to the production data.