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. Visual Basic
  4. to database or not to database

to database or not to database

Scheduled Pinned Locked Moved Visual Basic
cssdatabasequestion
4 Posts 3 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.
  • R Offline
    R Offline
    rigamonk
    wrote on last edited by
    #1

    sorry for the cheesy topic name.... Anyway, i have project with a fairly low data-volume. I am running it off of an access database at the moment. I believe this makes it less portable as the user must have access to use it that way (right???). would i be better off just using a flat file? we're talking about three small tables with a an average of about 6-7 complete records. thanks serenity now, insanity later - lloyd braun

    M V 2 Replies Last reply
    0
    • R rigamonk

      sorry for the cheesy topic name.... Anyway, i have project with a fairly low data-volume. I am running it off of an access database at the moment. I believe this makes it less portable as the user must have access to use it that way (right???). would i be better off just using a flat file? we're talking about three small tables with a an average of about 6-7 complete records. thanks serenity now, insanity later - lloyd braun

      M Offline
      M Offline
      Mike Ellison
      wrote on last edited by
      #2

      Hi there. Access .mdb files are actually very good for low volume, desktop (i.e. non-shared) databases. Your code just needs the Jet provider installed on the client machine - which is a standard part of MDAC (as opposed to a full copy of Access). So you're probably just fine using it. Of course, with only six or seven complete records you may do just fine to use an XML file to store your data. If you're using .Net, you could read the file into an XmlDataDocument and treat it as either an XML document or a DataSet.

      1 Reply Last reply
      0
      • R rigamonk

        sorry for the cheesy topic name.... Anyway, i have project with a fairly low data-volume. I am running it off of an access database at the moment. I believe this makes it less portable as the user must have access to use it that way (right???). would i be better off just using a flat file? we're talking about three small tables with a an average of about 6-7 complete records. thanks serenity now, insanity later - lloyd braun

        V Offline
        V Offline
        VBGuruWantabe
        wrote on last edited by
        #3

        Another place to look is the "Quality of Service" layer in Windows. If "to err is human", programmers must be superhuman...

        V 1 Reply Last reply
        0
        • V VBGuruWantabe

          Another place to look is the "Quality of Service" layer in Windows. If "to err is human", programmers must be superhuman...

          V Offline
          V Offline
          VBGuruWantabe
          wrote on last edited by
          #4

          OOPS... Wrong thread! (See thread above) If "to err is human", programmers must be superhuman...

          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