LucieLastic
Programmer
hi All
My db is structured in such a way that the user is only ever editing records/tables relating to one of the 'master' ids. I'd like to set it up so that as soon as the user chooses which set of data to look at (ie, a 'master' id), I set the param in the appropriate views for that id and all the views are set up ready for the user, instead of querying the entire db everytime.
The user will want to edit the data, is this possible if retrieved from a view?
Also, an obvious question, is the view automatically updated if the data in it changes.
Now a really daft question, in theory, is there an instance of each view created for each individual user. So if 2 users want the same view but with 2 different ids passed to it, are 2 different views created?
big ta for any help/guidance
lou
p.s. sorry, using SQL server v7 (and I'm no expert)
My db is structured in such a way that the user is only ever editing records/tables relating to one of the 'master' ids. I'd like to set it up so that as soon as the user chooses which set of data to look at (ie, a 'master' id), I set the param in the appropriate views for that id and all the views are set up ready for the user, instead of querying the entire db everytime.
The user will want to edit the data, is this possible if retrieved from a view?
Also, an obvious question, is the view automatically updated if the data in it changes.
Now a really daft question, in theory, is there an instance of each view created for each individual user. So if 2 users want the same view but with 2 different ids passed to it, are 2 different views created?
big ta for any help/guidance
lou
p.s. sorry, using SQL server v7 (and I'm no expert)