save dataset

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • simonakiki
    New Member
    • Sep 2007
    • 23

    save dataset

    hello
    i am a new programmer and i need to save a dataset in C# for future use or for better backup
    it's mean when i have a data set of tabels i need to save it anywhere ,if i lost my data i can reuse this data set .


    10x for helping me
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    This shuld be moved to .net forum.

    Raghuram

    Comment

    • simonakiki
      New Member
      • Sep 2007
      • 23

      #3
      save dataset

      save dataset
      --------------------------------------------------------------------------------

      hello
      i am a new programmer and i need to save a dataset in C# for future use or for better backup
      it's mean when i have a data set of tabels i need to save it anywhere ,if i lost my data i can reuse this data set .


      10x for helping me

      Comment

      • kenobewan
        Recognized Expert Specialist
        • Dec 2006
        • 4871

        #4
        I notice that you posted this question in the c\c++ forum. Please read the FAQs to find out why this against site rules. Thanks.

        If this is your sole reason for storing the dataset, then this represents poor data management.

        Comment

        • simonakiki
          New Member
          • Sep 2007
          • 23

          #5
          It's Ok

          But If U Can Give Me Better Solution

          In My Application I Use Bulk Insert And Bcp To Read An Write From And To Db

          But The Problem Is I Have A Lot Of Files And I Work A Mobile Application So It Cause Lost Of Time

          So I Think It's The Better Ideas To Save Our Dataset Befor Creating Our File
          If Any Prob Occures I Have A Backup And I Can Use It

          Please I Am Wating Ur Ideas


          10x

          Comment

          • kenobewan
            Recognized Expert Specialist
            • Dec 2006
            • 4871

            #6
            If you are not confident your db will suffice, then how about a datatable - less overhead. HTH.

            Comment

            • simonakiki
              New Member
              • Sep 2007
              • 23

              #7
              Originally posted by kenobewan
              If you are not confident your db will suffice, then how about a datatable - less overhead. HTH.

              i found the solution ,all what i need is to use dataset.writeXM L to save my data on file.xml

              so 10x for ur help


              byzzzzzzzzzzzzz zzzzzzzzzzzzzzz zz

              Comment

              Working...