Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Dataset

Dataset

Scheduled Pinned Locked Moved ASP.NET
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vijay_83
    wrote on last edited by
    #1

    what's recordset and dataset? tell me diff b/w them? in detail

    A V V S 4 Replies Last reply
    0
    • V vijay_83

      what's recordset and dataset? tell me diff b/w them? in detail

      A Offline
      A Offline
      amit code
      wrote on last edited by
      #2

      i can tell about data set . dataset is local cache stored on the client site . with the help of data adapter values are selected and fill in the dara set and connection with the databasec is then broken so you need to consulyt the database every time....like that

      prashant jain malviya national institute of technology

      1 Reply Last reply
      0
      • V vijay_83

        what's recordset and dataset? tell me diff b/w them? in detail

        V Offline
        V Offline
        Venkatesh Mookkan
        wrote on last edited by
        #3

        A recordset looks like a single table. If a recordset is to contain data from multiple database tables, it must use a JOIN query, which assembles the data from the various database tables into a single result table. In contrast, a dataset is a collection of one or more tables. The tables within a dataset are called data tables; specifically, they are DataTable objects. If a dataset contains data from multiple database tables, it will typically contain multiple DataTable objects. That is, each DataTable object typically corresponds to a single database table or view. In this way, a dataset can mimic the structure of the underlying database.

        Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group

        1 Reply Last reply
        0
        • V vijay_83

          what's recordset and dataset? tell me diff b/w them? in detail

          V Offline
          V Offline
          varshavmane
          wrote on last edited by
          #4

          Check this links, hope it will help you. http://www.geekinterview.com/question\_details/15774 http://www.dotnetspider.com/qa/Question27691.aspx

          1 Reply Last reply
          0
          • V vijay_83

            what's recordset and dataset? tell me diff b/w them? in detail

            S Offline
            S Offline
            Sreekumar P P
            wrote on last edited by
            #5

            DataSet is connection less RecordSet is connection oriented DataSet can have bi-directional move; from top row to bottom row and bottom row to top row of any table contained in it RecordSet - Can only have uni-direction DataSet - 3 dimension (having multiple tables. Tables|Rows|Cols) RecordSet - 2 dimension (Rows|Cols) Sreekumar PP

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups