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. Other Discussions
  3. IT & Infrastructure
  4. Database question

Database question

Scheduled Pinned Locked Moved IT & Infrastructure
databasequestiondesignsales
5 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.
  • D Offline
    D Offline
    dhbaer
    wrote on last edited by
    #1

    I was looking to create a small application that would just run on one or two systems and it would need a local database. What would be the best type of database to use in this situation? I would love to have something along the SQL lines so be able to use it's querying/database/stored procedure capabilities, but I don't know if that's a bit overkill for this application. The application itself will primarily be just a user interface for a customer database. David

    P 1 Reply Last reply
    0
    • D dhbaer

      I was looking to create a small application that would just run on one or two systems and it would need a local database. What would be the best type of database to use in this situation? I would love to have something along the SQL lines so be able to use it's querying/database/stored procedure capabilities, but I don't know if that's a bit overkill for this application. The application itself will primarily be just a user interface for a customer database. David

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      SQL Server Express Edition would be a good choice. It's a cut down version of SQL Server, but it gives you all of the benefits (such as transaction logs) that it's bigger sibling would give you. Plus it's free - and you can't argue with a price like that.

      Deja View - the feeling that you've seen this post before.

      My blog | My articles

      D 1 Reply Last reply
      0
      • P Pete OHanlon

        SQL Server Express Edition would be a good choice. It's a cut down version of SQL Server, but it gives you all of the benefits (such as transaction logs) that it's bigger sibling would give you. Plus it's free - and you can't argue with a price like that.

        Deja View - the feeling that you've seen this post before.

        My blog | My articles

        D Offline
        D Offline
        dhbaer
        wrote on last edited by
        #3

        With SQL Server Express, would it be possible to have it install with the application itself? The program is one I am writing for a friend of mine and isn't something I will be using. I wouldn't want a complicated install process or a hard way for them to move the database files if they had to change computers. My friend is computer literate, but not programming/sql literate. David

        P M 2 Replies Last reply
        0
        • D dhbaer

          With SQL Server Express, would it be possible to have it install with the application itself? The program is one I am writing for a friend of mine and isn't something I will be using. I wouldn't want a complicated install process or a hard way for them to move the database files if they had to change computers. My friend is computer literate, but not programming/sql literate. David

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #4

          It is possible to include the SQL Express components as a dependency in your installation procedure.

          Deja View - the feeling that you've seen this post before.

          My blog | My articles

          1 Reply Last reply
          0
          • D dhbaer

            With SQL Server Express, would it be possible to have it install with the application itself? The program is one I am writing for a friend of mine and isn't something I will be using. I wouldn't want a complicated install process or a hard way for them to move the database files if they had to change computers. My friend is computer literate, but not programming/sql literate. David

            M Offline
            M Offline
            markkuk
            wrote on last edited by
            #5

            Have a look at SQLite[^], it's a source code library that can be included in the project, so no separate installation is needed. The database is a single file, easy to backup or transfer between systems.

            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