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. General Programming
  3. Visual Basic
  4. VB.NET Datasets

VB.NET Datasets

Scheduled Pinned Locked Moved Visual Basic
csharphelpquestion
3 Posts 3 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.
  • M Offline
    M Offline
    Mahesh1679
    wrote on last edited by
    #1

    HI Everybody! I just want to know what is major difference between a Dataset and reordset. Does recordset object is supported in VB.NET Please help me in finding the answer

    D V 2 Replies Last reply
    0
    • M Mahesh1679

      HI Everybody! I just want to know what is major difference between a Dataset and reordset. Does recordset object is supported in VB.NET Please help me in finding the answer

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      A recordset is just that, a set of records in a single table. A DataSet can represent multiple tables, with varying records, and relationships between those tables. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      1 Reply Last reply
      0
      • M Mahesh1679

        HI Everybody! I just want to know what is major difference between a Dataset and reordset. Does recordset object is supported in VB.NET Please help me in finding the answer

        V Offline
        V Offline
        Virus Detecter
        wrote on last edited by
        #3

        Hai , the major difference is ADO recordset is Connectted DataAccess and a single dimensionsional array to hold datas in 1d array so if you wanna navigate through data ,u need to use movenext,movelast method,BUt in .net is disconnected data access ,The datas are stored in datatable in multidimensionsal array like your database table. so you can navigate the record via simple methods.and dataset is the in memory representation that can hold many tables. you can make relationship bettween table and dataset is in XSD for so you can send through network without marshelling. and you can use ADO recordset objects in .Net with the refernce of MsADo.dll files For more info go to MSDN APril 2003 Ishak Programmer analyst ITI KSA

        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