Query a dataset?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jamesd0142
    Contributor
    • Sep 2007
    • 471

    Query a dataset?

    Hi,

    is it possible to query a dataset the same way you query a table in a database?

    i have populated my dataset, and now want to query it to refine the selection.


    im using vb.net but example in and version would be useful.

    James
  • daniel aristidou
    Contributor
    • Aug 2007
    • 494

    #2
    Originally posted by jamesd0142
    is it possible to query a dataset the same way you query a table in a database?
    i have populated my dataset, and now want to query it to refine the selection.
    im using vb.net but example in and version would be useful.
    Um why not try to link the 2 queries to create a new dataset?
    Also it would be easier to help you if we knew exactly what version of vb.net you are using.
    i think it is possible to query a dataset using linq but this i think is only in newer versions of vb.net

    Comment

    • jamesd0142
      Contributor
      • Sep 2007
      • 471

      #3
      Originally posted by daniel aristidou
      Um why not try to link the 2 queries to create a new dataset?
      Yes this is what i've done now and it works fine.

      still if any1 has some sample code in any version, id still be interested.

      James

      Comment

      Working...