A
Agnes
I got two same tables (invoice, invoice_history)
When user insert the record, (i will save a copy in the table
invoice_history)
when user amend the record, (i iwll save the updated record in the table
invoice_history_too)
Now, I am worry that I don't know how to do that by trigger rule.
If is use SP to do, Will it make the system (vb.net) too slow,
I am newbie in trigger rule , and don't know how to design,
Can anyone be kind to give me some idea ? Thanks in advance.
When user insert the record, (i will save a copy in the table
invoice_history)
when user amend the record, (i iwll save the updated record in the table
invoice_history_too)
Now, I am worry that I don't know how to do that by trigger rule.
If is use SP to do, Will it make the system (vb.net) too slow,
I am newbie in trigger rule , and don't know how to design,
Can anyone be kind to give me some idea ? Thanks in advance.