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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Data storage [modified]

Data storage [modified]

Scheduled Pinned Locked Moved Visual Basic
comquestion
5 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.
  • C Offline
    C Offline
    codeadair
    wrote on last edited by
    #1

    Hi!Everyone! Connectting millions of dots to a chart. And how will you store these dot data so that i could open the chart again? Best Regards ICQ:258-235-734 MSN:msnadair@hotmail.com -- modified at 3:22 Monday 17th July, 2006

    D 1 Reply Last reply
    0
    • C codeadair

      Hi!Everyone! Connectting millions of dots to a chart. And how will you store these dot data so that i could open the chart again? Best Regards ICQ:258-235-734 MSN:msnadair@hotmail.com -- modified at 3:22 Monday 17th July, 2006

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

      There's a bunch of different ways to do this. The best method depends on the performance you want, the size of the file you want, whether you you that data to be editable outsire your app, how you're storing that data internally in your app, ... Dave Kreskowiak Microsoft MVP - Visual Basic

      C 1 Reply Last reply
      0
      • D Dave Kreskowiak

        There's a bunch of different ways to do this. The best method depends on the performance you want, the size of the file you want, whether you you that data to be editable outsire your app, how you're storing that data internally in your app, ... Dave Kreskowiak Microsoft MVP - Visual Basic

        C Offline
        C Offline
        codeadair
        wrote on last edited by
        #3

        i am now storing every dot data item into MS-Access table fields. each dot data stored in each field. So it takes a long time when i am storing these dots. and when i read out the data. i have thought to store those data by string.But it is so much data that i can't find a data type field of Access datatable. ICQ:258-235-734 MSN:msnadair@hotmail.com

        D 1 Reply Last reply
        0
        • C codeadair

          i am now storing every dot data item into MS-Access table fields. each dot data stored in each field. So it takes a long time when i am storing these dots. and when i read out the data. i have thought to store those data by string.But it is so much data that i can't find a data type field of Access datatable. ICQ:258-235-734 MSN:msnadair@hotmail.com

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

          You could create your own dot structure, storing the points in a collection of them. You can then serialize that collection to either a binary file or XML. Binary would definately be smaller, but far less tolerant of changes to the structure. But, no matter what, since you're storing MILLIONS of points, it'll take a long time to do anything with them. Dave Kreskowiak Microsoft MVP - Visual Basic

          C 1 Reply Last reply
          0
          • D Dave Kreskowiak

            You could create your own dot structure, storing the points in a collection of them. You can then serialize that collection to either a binary file or XML. Binary would definately be smaller, but far less tolerant of changes to the structure. But, no matter what, since you're storing MILLIONS of points, it'll take a long time to do anything with them. Dave Kreskowiak Microsoft MVP - Visual Basic

            C Offline
            C Offline
            codeadair
            wrote on last edited by
            #5

            I get it.Thank you ICQ:258-235-734 MSN:msnadair@hotmail.com

            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