Results 1 to 3 of 3

Thread: bulk dataset in ASP.NET

  1. #1
    Contributing Member
    Join Date
    Sep 2006
    Answers
    962

    bulk dataset in ASP.NET

    how to update bulk dataset in ASP.NET ?

    (One of my friend ask this question to me)

    -------------------
    suresh


  2. #2
    Junior Member
    Join Date
    Dec 2006
    Answers
    2

    Re: bulk dataset in ASP.NET

    hi... your frnd must have asked the question like... "How to do bulk update?"...
    as you can update the whole dataset and as this operation updates all the rows of dataset, it is known as bulk update...

    coming back to the business....

    you can use "Update()" method of DataAdapter which will accept Dataset

    Hit following site for more information...
    DataAdapter.Update Method (System.Data.Common)


    Point to ponder:
    Its not advisable to do "bulk" update with the dataset as you may face the problem of concurrency.....

    happy programming.....
    techy


  3. #3
    Contributing Member
    Join Date
    Sep 2006
    Answers
    962

    Re: bulk dataset in ASP.NET

    Thanks for your valuable reply....

    ---------------
    suresh


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact