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. Database & SysAdmin
  3. Database
  4. Which Database to Use

Which Database to Use

Scheduled Pinned Locked Moved Database
database
15 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.
  • L Lost User

    It is free or not?

    If you can think then I Can.

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

    eg_Anubhava wrote:

    It is free or not?

    Go and look at the link; I cannot do everything for you!

    I must get a clever new signature for 2011.

    L 1 Reply Last reply
    0
    • L Lost User

      eg_Anubhava wrote:

      It is free or not?

      Go and look at the link; I cannot do everything for you!

      I must get a clever new signature for 2011.

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

      Thanks sir

      If you can think then I Can.

      1 Reply Last reply
      0
      • L Lost User

        SQL server Express[^] or SQL Compact Edition would probably fit the bill.

        I must get a clever new signature for 2011.

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

        Sql Compact isn't a database-server, it's a file-based system. It's not recommended in a multi-user environment.

        I are Troll :suss:

        L 2 Replies Last reply
        0
        • L Lost User

          Hello everybody, I am developing an Application in which have a data base which i can share in different machines(more then 2). So I wanna use any database which support sharing. Because the application is download from web and it is small application.So i want to use the Fee and Small Size database. My Application is like as billing. So please suggest me what database to use for my application. Thanks

          If you can think then I Can.

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

          eg_Anubhava wrote:

          So i want to use the Fee and Small Size database.

          Free you can have, but database-servers aren't optimized at size - they're optimized on performance.

          eg_Anubhava wrote:

          So please suggest me what database to use for my application.

          One that's located on a PC that can be reached by all other computers (database shouldn't be blocked by a firewall) You'll need Sql Express, MySql or something comparable.

          I are Troll :suss:

          1 Reply Last reply
          0
          • L Lost User

            Sql Compact isn't a database-server, it's a file-based system. It's not recommended in a multi-user environment.

            I are Troll :suss:

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

            Dear Sir, Thanks for good suggestions. Actually My Application is a Small Application which User can download from Web. In Which application i want to use the data which i can compact with my application. And I want to use it Application to For Multi User Support. In this Case Access Database is the good and free database but it generate problems in Multiuser. Please give me ur views. Thanks

            If you can think then I Can.

            L 1 Reply Last reply
            0
            • L Lost User

              Sql Compact isn't a database-server, it's a file-based system. It's not recommended in a multi-user environment.

              I are Troll :suss:

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

              Oops; please ignore my previous message.

              I must get a clever new signature for 2011.

              1 Reply Last reply
              0
              • L Lost User

                Dear Sir, Thanks for good suggestions. Actually My Application is a Small Application which User can download from Web. In Which application i want to use the data which i can compact with my application. And I want to use it Application to For Multi User Support. In this Case Access Database is the good and free database but it generate problems in Multiuser. Please give me ur views. Thanks

                If you can think then I Can.

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

                eg_Anubhava wrote:

                And I want to use it Application to For Multi User Support.

                That sounds like they need to access a database simultaneously. That'd mean that they'd have an application at their own computer, and they would need to be able to access another computer that contains the database. That's your database-server. Usually, that's located somewhere in a LAN, a company-network. If you're going to share data over the internet, then you might want to consider "the cloud" - using Amazons' API to store your data remotely. That way, you wouldn't need to worry about databases and how to access it. Otherwise, you'll need to expose the database to the internet. That means providing a computer with Sql Server and hooking it up to the internet for 24hrs/day, or finding a webhost. Some providers disallow direct connections to their database, in which case you'd need a layer of webservices to communicate with the database.

                I are Troll :suss:

                L 1 Reply Last reply
                0
                • L Lost User

                  eg_Anubhava wrote:

                  And I want to use it Application to For Multi User Support.

                  That sounds like they need to access a database simultaneously. That'd mean that they'd have an application at their own computer, and they would need to be able to access another computer that contains the database. That's your database-server. Usually, that's located somewhere in a LAN, a company-network. If you're going to share data over the internet, then you might want to consider "the cloud" - using Amazons' API to store your data remotely. That way, you wouldn't need to worry about databases and how to access it. Otherwise, you'll need to expose the database to the internet. That means providing a computer with Sql Server and hooking it up to the internet for 24hrs/day, or finding a webhost. Some providers disallow direct connections to their database, in which case you'd need a layer of webservices to communicate with the database.

                  I are Troll :suss:

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

                  Yes off Course, I want to share my database in LAN network. My Application is same like ERP. So i want to select the database which multiple system can access at the same time without generating problem. I think Microsoft Access generate the problem while sharing database. So please suggest me which one is good in selected database. MSaccess SQL Server Oracle MySql Microsoft SQL Server Thanks

                  If you can think then I Can.

                  L 1 Reply Last reply
                  0
                  • L Lost User

                    Yes off Course, I want to share my database in LAN network. My Application is same like ERP. So i want to select the database which multiple system can access at the same time without generating problem. I think Microsoft Access generate the problem while sharing database. So please suggest me which one is good in selected database. MSaccess SQL Server Oracle MySql Microsoft SQL Server Thanks

                    If you can think then I Can.

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

                    Sql Server, Oracle and MySql are the ones that would fit this job, and I'd recommend Sql Server because that's integrated the most into .NET. Microsoft Access shouldn't be used.

                    I are Troll :suss:

                    L 1 Reply Last reply
                    0
                    • L Lost User

                      Sql Server, Oracle and MySql are the ones that would fit this job, and I'd recommend Sql Server because that's integrated the most into .NET. Microsoft Access shouldn't be used.

                      I are Troll :suss:

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

                      thanks sir.

                      If you can think then I Can.

                      L 1 Reply Last reply
                      0
                      • L Lost User

                        thanks sir.

                        If you can think then I Can.

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

                        You're welcome :)

                        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