Are views populated for each session (concurrent users logged in ) ?

  • Are views populated for each session (concurrent users logged in ) ?

    I need to create a view to include the data for a particular group . Only the definition of the view is saved in db. How and when is it populated ? Would it be populated each time a user logs in.. or a session is formed ?

    Pls advise.

  • Yes, It will be present in database like table when you query it, it will display to you. Its a permanent object of Database.

    read this...

    http://www.odetocode.com/articles/299.aspx

    Cheers!

    Sandy.

    --

  • Thanks for the prompt response.

    I wanted to ask if the view would hold data for respective group , depending on the login. i.e. if the concurrent sesisons are active , and users logged in are from diffrent groups, would the view display data according to their respective groups.

    Waiting for the reply.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply