Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,
I have three tables T233,B2336,H2336 by using three tables i have created view HPD_Help_Desk_view,
Now i want to delete data using view using submit_date field ,
Is it possible to delete data from view and it is reflect on tables,
please help me on this.

What I have tried:

Hi,

I have three tables T233,B2336,H2336 by using three tables i have created view HPD_Help_Desk_view,
Now i want to delete data using view using submit_date field ,
Is it possible to delete data from view and it is reflect on tables,
please help me on this.
Posted
Updated 21-Apr-16 23:36pm
Comments
Tomas Takac 19-Apr-16 5:47am    
Why don't you try it yourself?
Tomas Takac 19-Apr-16 5:52am    
There are several conditions that your view must meet in order to be updatable. Read the documentation[^].
CHill60 20-Apr-16 5:43am    
That's the solution!

1 solution

you can use INSTEAD OF Triggers On Views
Using INSTEAD OF Triggers On Views
 
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