G
|
goomba 3/14/2008 |
Use a stored procedure (or a Trigger) on the server. Way easier, faster and a lot cleaner. |
W
|
Wazup 3/15/2008 |
johnf777, I'd use a Trigger. The reason being is that if you use a Stored Procedure (as one of goomba's suggestions), then you'd have to edit the source code. |
J
|
JOHNF777 author 3/17/2008 |
Thanks for the responses. Good suggestions, I need to learn how to write "triggers" or "Stored Procedures". I use MS SQL for my databases. |