G
Gerard
Hey all,
I just need to know some rules for making Views
updateable. I have realized the hard way, that doing joins
(left or right) in the SQL pane of a view usually leads to
the view not being updateable. I know there is a way to
derive one view from another view. What I have read is
the best approach is to derive each view from one table
only(making it updateable). Then to link multiple views,
each representing one table, thus the derived view will be
updateable and accomplish the same as a join. Is this
correct, or am I full of it. I need Views that are
updateable, but derived from more then one table. Any
help is appreciated, thanks in advance.
Gerard
I just need to know some rules for making Views
updateable. I have realized the hard way, that doing joins
(left or right) in the SQL pane of a view usually leads to
the view not being updateable. I know there is a way to
derive one view from another view. What I have read is
the best approach is to derive each view from one table
only(making it updateable). Then to link multiple views,
each representing one table, thus the derived view will be
updateable and accomplish the same as a join. Is this
correct, or am I full of it. I need Views that are
updateable, but derived from more then one table. Any
help is appreciated, thanks in advance.
Gerard