dataset?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cb99999

    #1

    dataset?

    I am new to vb.net and not new to db's..

    I have form to accept data for collection from class.

    so the data is in the collection.

    i will be creating more classes and collections for soon.

    all of these will need to relate later.

    I do not want to waste any time here and just want to know what would be the
    best way to store and retrieve my data is.

    I have been looking at datasets, but seem most commonly used with db's.

    what will be the best to use when storing data in collection, relating to
    other collections, manipulating, and displaying later...??

    thanks



  • Cor Ligthert

    #2
    Re: dataset?

    CB.
    [color=blue]
    >I am new to vb.net and not new to db's..
    >[/color]
    My advice is to start at the begin. When I read your message I have the idea
    that you are already at the end.

    Just my thought,

    Cor


    Comment

    • Kerry Moorman

      #3
      RE: dataset?

      cb99999,

      I am not sure what you are asking, but one way to persist your collection is
      to use serialization.

      Kerry Moorman


      "cb99999" wrote:
      [color=blue]
      > I am new to vb.net and not new to db's..
      >
      > I have form to accept data for collection from class.
      >
      > so the data is in the collection.
      >
      > i will be creating more classes and collections for soon.
      >
      > all of these will need to relate later.
      >
      > I do not want to waste any time here and just want to know what would be the
      > best way to store and retrieve my data is.
      >
      > I have been looking at datasets, but seem most commonly used with db's.
      >
      > what will be the best to use when storing data in collection, relating to
      > other collections, manipulating, and displaying later...??
      >
      > thanks
      >
      >
      >
      >[/color]

      Comment

      • cb99999

        #4
        Re: dataset?

        Thank you Kerry
        "Kerry Moorman" <KerryMoorman@d iscussions.micr osoft.com> wrote in message
        news:B6701961-7777-4459-86D2-B2CDAB26CF77@mi crosoft.com...[color=blue]
        > cb99999,
        >
        > I am not sure what you are asking, but one way to persist your collection
        > is
        > to use serialization.
        >
        > Kerry Moorman
        >
        >
        > "cb99999" wrote:
        >[color=green]
        >> I am new to vb.net and not new to db's..
        >>
        >> I have form to accept data for collection from class.
        >>
        >> so the data is in the collection.
        >>
        >> i will be creating more classes and collections for soon.
        >>
        >> all of these will need to relate later.
        >>
        >> I do not want to waste any time here and just want to know what would be
        >> the
        >> best way to store and retrieve my data is.
        >>
        >> I have been looking at datasets, but seem most commonly used with db's.
        >>
        >> what will be the best to use when storing data in collection, relating to
        >> other collections, manipulating, and displaying later...??
        >>
        >> thanks
        >>
        >>
        >>
        >>[/color][/color]


        Comment

        • cb99999

          #5
          Re: dataset?

          Ligthert, i am better than you, thanks...
          "Cor Ligthert" <notmyfirstname @planet.nl> wrote in message
          news:%2364RDaHf FHA.3940@TK2MSF TNGP14.phx.gbl. ..[color=blue]
          > CB.
          >[color=green]
          >>I am new to vb.net and not new to db's..
          >>[/color]
          > My advice is to start at the begin. When I read your message I have the
          > idea that you are already at the end.
          >
          > Just my thought,
          >
          > Cor
          >[/color]


          Comment

          Working...