Results 1 to 2 of 2

Thread: Files or databases?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 1999
    Posts
    173
    Hi all,
    I just want to ask what you guys currently use. When writing any kind of system would you normally choose a database product for your backend or a flat file?

    It's just my CS course insists on using flat files for my first year project and it's really bugging me because the course is SO far behind what's currently happening and I'm finding it hard to convince them!

    Thanks for your views.
    "To the glory of God!"


  2. #2
    Fanatic Member Jerry Grant's Avatar
    Join Date
    Jul 2000
    Location
    Dorset, UK
    Posts
    810
    It's a question of scale and application purpose:
    • Registry if only local settings are required for a small application.
    • INI file for settings in a mutiuser application.
    • Flat file for small amounts of data in local application.
    • Always use a database for large amounts of data in multi user environments.
    Jerry Grant................tnarG yrreJ
    Website: <JG-Design></.net>
    Email: [email protected]
    Working towards a bug free world......
    (Not a Microsoft employee)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width