Re: [GENERAL] Using view

2004-07-30 Thread Mage
Secrétariat wrote: Hello ! Why can't I update data when I use a VIEW instead of a TABLE ? Why can't you drive home if you drink whisky instead of coca-cola? Read the Manual Chapter 34 about the rule system. Mage ---(end of broadcast)--- TIP 4: D

Re: [GENERAL] Using view

2004-07-30 Thread Oliver Elphick
On Fri, 2004-07-30 at 09:17, Secrétariat wrote: > Hello ! > Why can't I update data when I use a VIEW instead of a TABLE ? Because a view is not a table. Many views are inherently non-updatable, and the backend assumes that all are. > How can I do similar action ? Create a rule on the view to u

[GENERAL] Using view

2004-07-30 Thread Secrétariat
Hello ! Why can't I update data when I use a VIEW instead of a TABLE ?How can I do similar action ? Thanks. Luc