CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2004
    Posts
    11

    where will be the dataset stored?

    Hi

    Where will be the datset stored when we retrieve the data from the database (In the server side / in the client side)?

    Thanx 4 ur reply.

    reg
    Banupriya

  2. #2
    Andy Tacker is offline More than "Just Another Member"
    Join Date
    Jun 2001
    Location
    55°50' N 37°39' E
    Posts
    1,503

    Re: where will be the dataset stored?

    client side offcourse.
    If you think you CAN, you can, If you think you CAN'T, you are probably right.

    Have some nice Idea to share? Write an Article Online or Email to us and You may WIN a Technical Book from CG.

  3. #3
    Join Date
    Sep 2004
    Posts
    1

    Re: where will be the dataset stored?

    dataset stored in client memory. dataset can not directly communicate with database

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

Featured