If I create two tables and wish to display attributes from both and I join 
these tables together and display the results everything is fine.

If I then need to change some of this data by updating or deleting from one of 
the tables (as update and delete wont work for the joined tables) I get a 
conflict error...

"Local item has changes to properties that conflict with remote change."

instructing that my local joined table (that I read in from the database) is 
now diffrent from the current state of the table (on the server).

This Data Management is getting to be a pain, does anybody know how to get 
around this proble or simply turn it off.

I was hoping maybe their was a way to tell Zend to drop all refrences to the 
joined table so that their wouldn't be any more errors when the data is 
re-displayed.

- Stephen

Reply via email to