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. C#
  4. Windows applications and use of RDBMS

Windows applications and use of RDBMS

Scheduled Pinned Locked Moved C#
questiondatabasehelp
2 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.
  • R Offline
    R Offline
    robert110
    wrote on last edited by
    #1

    Ok this might sound like a very dumb questions to many ppl but I have got to understand it so ignore the dumbness of the question:). Anyways, in windows applications (for e.g. Quicken, QuickBooks, MS Money or any other data-extensive application) how and where do they store the data? Do they use a database? if they use a database then why don't they ask us to install a database engine (which should be a prerquisite - MSDE for instance)? If they don't use database then how in the heck do they keep up with the relational data?:confused: Your help will be appreciated:). Thanks in advance.

    L 1 Reply Last reply
    0
    • R robert110

      Ok this might sound like a very dumb questions to many ppl but I have got to understand it so ignore the dumbness of the question:). Anyways, in windows applications (for e.g. Quicken, QuickBooks, MS Money or any other data-extensive application) how and where do they store the data? Do they use a database? if they use a database then why don't they ask us to install a database engine (which should be a prerquisite - MSDE for instance)? If they don't use database then how in the heck do they keep up with the relational data?:confused: Your help will be appreciated:). Thanks in advance.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      I don't know how they store their data, but I guess it's some custom binary format. But for your own applications you might want to use SQLite. It's a database similar to MySQL (though lacking some feaetures) which stores a database into a single file For C# (and .NET) you can use the Mono.Data.SQLite class in your applications regards

      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