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. C / C++ / MFC
  4. RecordSets && DataSets

RecordSets && DataSets

Scheduled Pinned Locked Moved C / C++ / MFC
questionhelp
2 Posts 2 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.
  • N Offline
    N Offline
    NHM
    wrote on last edited by
    #1

    can someone tell me how can i get a DataSet and put it into a RecordSet? if u know this please help me. thanks :cool: Nuno Henrique Mendes

    A 1 Reply Last reply
    0
    • N NHM

      can someone tell me how can i get a DataSet and put it into a RecordSet? if u know this please help me. thanks :cool: Nuno Henrique Mendes

      A Offline
      A Offline
      Alexandru Savescu
      wrote on last edited by
      #2

      Are you talking about .NET Datasets? If so, you may never want to do that. However use something like this:

      DataView dv = MyDataSet.Tables ["MyTableName"].DefaultView;

      Now you can use dv just like a normal recordset. Best regards, Alexandru Savescu P.S. Interested in art? Visit this!

      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