Results 1 to 2 of 2

Thread: Differences between Dataset and Data Reader

  1. #1
    FosterWood is offline Senior Member
    Join Date
    Dec 2009
    Posts
    215
    Rep Power
    3

    Default Differences between Dataset and Data Reader

    Dataset is in memory representation of the Database. It permits us to work in Connection less environment.

    Data reader is like forward only read-only cursor, which is used to get back data. Data manipulation is not possible while using datareader. datareader always keeps the connection open.

  2. #2
    PowellParker is offline Senior Member
    Join Date
    Dec 2009
    Posts
    210
    Rep Power
    3

    Default

    Dataset

    • Dataset can be used when the connection is closed.

    • Dataset can be used to modify or delete or insert data in the database.

    • A dataset can allow you access the info on any order at any time.

    Data Reader

    • Data reader requires the connection open to be used.

    • Data reader can be used only to read data

    • Data reader allows you access the info only one time per item and only in a sequential order.

Similar Threads

  1. Differences between 3 graphics
    By Denise Alfrida in forum Graphic Card
    Replies: 5
    Last Post: 11-09-2010, 04:17 PM
  2. Differences between Get and post methods
    By ScottWright in forum other peripherals
    Replies: 1
    Last Post: 05-10-2010, 01:57 PM
  3. The Differences between POP3
    By ahnel in forum General Networking
    Replies: 0
    Last Post: 12-04-2009, 02:02 PM
  4. The differences between a hub, switch and router
    By Braylon Lynn in forum General Networking
    Replies: 0
    Last Post: 06-10-2009, 06:38 AM
  5. Replies: 0
    Last Post: 09-10-2008, 07:57 AM

Bookmarks

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48