Hi guy!
Can someone help me?
I have a database with 100 tables. I delivered this to the client.
Mean a while I am entering new records to these tables at my site.
Once a month I need to update my client's database at another site with only new records.
Can you give your thoughts or share your wits how you would go about doing this?
can you tell me if this is one of the ways to do it:
1)query only new records since last month into a table.
2)take it to the client site.
3)import those new records into the client's database.
Another question, I have about 100 tables.
That means I need to do 100 queries and insert them to 100 tables.
and my client needs to do 100 imports to their tables.
Is there a better way to do this or is this only way?
Thanks
QB
Can someone help me?
I have a database with 100 tables. I delivered this to the client.
Mean a while I am entering new records to these tables at my site.
Once a month I need to update my client's database at another site with only new records.
Can you give your thoughts or share your wits how you would go about doing this?
can you tell me if this is one of the ways to do it:
1)query only new records since last month into a table.
2)take it to the client site.
3)import those new records into the client's database.
Another question, I have about 100 tables.
That means I need to do 100 queries and insert them to 100 tables.
and my client needs to do 100 imports to their tables.
Is there a better way to do this or is this only way?
Thanks
QB