Subject | question about view |
---|---|
Author | Dixon Epperson |
Post date | 2004-02-24T18:23:41Z |
If I have two or more clients on a network create uniquely named
views, but they are looking at the same fields in the same
table . . .
1) when I do an update or insert on the view, will that change the
underlying tables the views are based on?
2) will the will the modification of one client affect the view of
the other
3) when I drop the view at the end of the routine, will that
rollback any insert / updates?
I use Delphi as the front end and for these data operations
Dixon Epperson
views, but they are looking at the same fields in the same
table . . .
1) when I do an update or insert on the view, will that change the
underlying tables the views are based on?
2) will the will the modification of one client affect the view of
the other
3) when I drop the view at the end of the routine, will that
rollback any insert / updates?
I use Delphi as the front end and for these data operations
Dixon Epperson