online database server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Norgy
    New Member
    • May 2013
    • 56

    online database server

    is there any online database server that allow me to insert data like MySQL and also let me able to connect it to java NetBeans ?
  • Luuk
    Recognized Expert Top Contributor
    • Mar 2012
    • 1043

    #2
    Why?
    Can you not install a local database?

    Comment

    • Norgy
      New Member
      • May 2013
      • 56

      #3
      we are developing a project for a hospital, and we want the online server to make data shared with all of us

      Comment

      • Luuk
        Recognized Expert Top Contributor
        • Mar 2012
        • 1043

        #4
        I'm sure there are online database servers.
        But what about the privacy of the data in your 'hospital application'?

        Comment

        • Norgy
          New Member
          • May 2013
          • 56

          #5
          isn't the password of the account enough? ^_^
          if you have any suggestions to help us sharing the data, would you tell me please :)

          Comment

          • Luuk
            Recognized Expert Top Contributor
            • Mar 2012
            • 1043

            #6
            You say: "a project for a hospital"
            This is a bit vague, can you tell more about this project?

            Where will the java application be hosted?

            Comment

            • Norgy
              New Member
              • May 2013
              • 56

              #7
              we will create the database for the cancer department in a certain hospital, where the treatment of this disease is determined by something called "protocol"
              there will be a template (made by the java NetBeans) where the doctor is able to fill the template with the patient's information, once he enters the protocol name, the treatment will appear automatic in the template
              where this treatment is brought from the database
              so we want an online server to store all the medications and information of the patient

              Comment

              • Luuk
                Recognized Expert Top Contributor
                • Mar 2012
                • 1043

                #8
                I don't think this will be legally possible.

                The hospital is responsible for the privacy of it's patients.

                If the data is stored on an 'online server' this would mean that it's stored outside of the hospital or, in other words, they give away the data about their patients to an external company.

                Comment

                Working...