Results 1 to 4 of 4

Thread: where dataset resides?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Posts
    175

    where dataset resides?

    when i defines dataset where does it resides - in the client side or in the server side?
    Thnks alot

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: where dataset resides?

    Server side.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Posts
    175

    Re: where dataset resides?

    thnks
    So if i understand correctly each aspx page which each user executes causes to establish dataset in the server memory?

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: where dataset resides?

    Yes, if that page works with a dataset. Once the page is executed (sent to client), the objects are destroyed and memory is reclaimed.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width