Update View

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
juniorpinto
User
Posts: 48

Update View

Post by juniorpinto »

when trying to update a form fed by a view. displays the following error:

An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1393 Can not modify more than one base table through a join view 'VW_NAME'

this view is formed by a left join of two tables and I can update it directly from the database. Does anyone know how to solve this problem?


mobhar
User
Posts: 11700

Post by mobhar »

You may search in this forum by using UpdateTable keyword for your references.


Post Reply