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. Flat file system

Flat file system

Scheduled Pinned Locked Moved Visual Basic
csharpquestion
5 Posts 5 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.
  • P Offline
    P Offline
    peepys
    wrote on last edited by
    #1

    Hi, For my multiuser vb.net application i DONT want to use any commercial DBMS. How do i use flat file system for a multiuser application. Regards

    D C R L 4 Replies Last reply
    0
    • P peepys

      Hi, For my multiuser vb.net application i DONT want to use any commercial DBMS. How do i use flat file system for a multiuser application. Regards

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

      Very painfully - it's called Access. You can use your own files too, but... I abhore using Access, or any other file-based database, for any multiuser system, but some other people have a different opinion. It can be done, but performance stinks, severly limiting scalability. If your system has an unknown upper limit on the number of users, save yourself the trouble and go with the DMBS up front. You won't have to convert your Access "SQL" to Real "SQL" code later. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      1 Reply Last reply
      0
      • P peepys

        Hi, For my multiuser vb.net application i DONT want to use any commercial DBMS. How do i use flat file system for a multiuser application. Regards

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        MSDE is free, although it doesn't scale as well as SQL Server 2000. But Dave is right, do it properly, or don't do it at all. Christian Graus - Microsoft MVP - C++

        1 Reply Last reply
        0
        • P peepys

          Hi, For my multiuser vb.net application i DONT want to use any commercial DBMS. How do i use flat file system for a multiuser application. Regards

          R Offline
          R Offline
          Robert Rohde
          wrote on last edited by
          #4

          Google for Sqlite. Its completely filebased, only some kilobytes in size and faster than Access. It has its issues but it can work very well (there is even a native .Net provider for it).

          1 Reply Last reply
          0
          • P peepys

            Hi, For my multiuser vb.net application i DONT want to use any commercial DBMS. How do i use flat file system for a multiuser application. Regards

            L Offline
            L Offline
            lespaul36
            wrote on last edited by
            #5

            There is also MySQL wich is becoming widely used and Free.

            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