View Entity Save() does not update database

Posts   
 
    
ktersius
User
Posts: 1
Joined: 26-Feb-2009
# Posted on: 26-Feb-2009 08:33:54   

I have a simple view combining two tables. The view is simply there to show a description of an item instead of showing the item id. I can write a normal update query against the view and it works fine. The correct tables are updated.

When I modify the View entity and call the Save() method the required update statements are not performed against the database. I get no errors or exceptions, just no update.

Can a View Entity be updated? I see no reference in the help that mentions any restrictions on updating views.

Walaa avatar
Walaa
Support Team
Posts: 14993
Joined: 21-Aug-2005
# Posted on: 26-Feb-2009 10:35:20