G
Geoff Jones
Hiya
I have a problem which I'm working on which I hope someone can help with. I
have two tables in a database. For the sake of argument, let us call them
Table1 and Table2.
For each record in Table1, I want to write a record in Table2 where the
record will be made up of information from the corresponding record in
Table1.
If the application is shutdown and additional records are added to Table1,
the next time the application is run, I want to add extra records to Table2
from these "new" records; preferbly by not completely re-writing Table2 i.e.
appending new records to its end.
Obviously, the application will need to able to "know" which are the new
records.
Can anybody help with this? Some example code would be most appreciated.
Thanks in advance
Geoff
I have a problem which I'm working on which I hope someone can help with. I
have two tables in a database. For the sake of argument, let us call them
Table1 and Table2.
For each record in Table1, I want to write a record in Table2 where the
record will be made up of information from the corresponding record in
Table1.
If the application is shutdown and additional records are added to Table1,
the next time the application is run, I want to add extra records to Table2
from these "new" records; preferbly by not completely re-writing Table2 i.e.
appending new records to its end.
Obviously, the application will need to able to "know" which are the new
records.
Can anybody help with this? Some example code would be most appreciated.
Thanks in advance
Geoff