Click here to Skip to main content
15,921,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a purchase table. i want to insert data in currentstock table . i have the code for insert update using trigger in currentstock but the data is inserted in currentstock at both insert & update operation on purchase table
Posted

1 solution

In your trigger have you defined it for both insert and update operations? I'm a bit unclear on your question.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900