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. Sharing a SQL database

Sharing a SQL database

Scheduled Pinned Locked Moved C#
databasesysadminquestion
7 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.
  • E Offline
    E Offline
    Etienne_123
    wrote on last edited by
    #1

    Hi I`m running a simple application that acts as a portal for users to go to various sites such as Gmail and Facebook. I have a SQL database running in the background where I store all user passwords etc. At the moment, users access this application from 2 computers, meaning there are 2 databases. Thus, if a user updates his/her details on the one computer, it does not get reflected in the other database. Is there a way I can share a single SQL database between these 2 client computers? They are connected over a network.

    P 1 Reply Last reply
    0
    • E Etienne_123

      Hi I`m running a simple application that acts as a portal for users to go to various sites such as Gmail and Facebook. I have a SQL database running in the background where I store all user passwords etc. At the moment, users access this application from 2 computers, meaning there are 2 databases. Thus, if a user updates his/her details on the one computer, it does not get reflected in the other database. Is there a way I can share a single SQL database between these 2 client computers? They are connected over a network.

      P Offline
      P Offline
      PIEBALDconsult
      wrote on last edited by
      #2

      Etienne_123 wrote:

      Is there a way

      Yes, it's called SQL Server after all. However, I don't think storing passwords is a good idea.

      E 1 Reply Last reply
      0
      • P PIEBALDconsult

        Etienne_123 wrote:

        Is there a way

        Yes, it's called SQL Server after all. However, I don't think storing passwords is a good idea.

        E Offline
        E Offline
        Etienne_123
        wrote on last edited by
        #3

        Thanks. Just wanted to know before I started searching all over. I`m encrypting the passwords before storing them in the database though. Plus, its a prototype application run at an old age home, so security isn't my main priority, user-friendliness is.

        E 1 Reply Last reply
        0
        • E Etienne_123

          Thanks. Just wanted to know before I started searching all over. I`m encrypting the passwords before storing them in the database though. Plus, its a prototype application run at an old age home, so security isn't my main priority, user-friendliness is.

          E Offline
          E Offline
          Ennis Ray Lynch Jr
          wrote on last edited by
          #4

          If you are in the United States and "old folks home" qualifies as Health Care which means the data you are accessing, storing, and retrieving falls under HIPPA which is security intensive.

          Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

          P 1 Reply Last reply
          0
          • E Ennis Ray Lynch Jr

            If you are in the United States and "old folks home" qualifies as Health Care which means the data you are accessing, storing, and retrieving falls under HIPPA which is security intensive.

            Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

            P Offline
            P Offline
            PIEBALDconsult
            wrote on last edited by
            #5

            Ahem; HIPAA. But it only applies to health-related data; I don't think it applies to email passwords.

            E 1 Reply Last reply
            0
            • P PIEBALDconsult

              Ahem; HIPAA. But it only applies to health-related data; I don't think it applies to email passwords.

              E Offline
              E Offline
              Ennis Ray Lynch Jr
              wrote on last edited by
              #6

              Ahem: he is writing software for an "old people's home", copying and pasting SQL Server database's and relying on storing email passwords in a database. Does any part of this not set off data security alarms? My post was a polite reminder that there are legal repercussions for such a cavalier attitude towards data security.

              Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

              P 1 Reply Last reply
              0
              • E Ennis Ray Lynch Jr

                Ahem: he is writing software for an "old people's home", copying and pasting SQL Server database's and relying on storing email passwords in a database. Does any part of this not set off data security alarms? My post was a polite reminder that there are legal repercussions for such a cavalier attitude towards data security.

                Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

                P Offline
                P Offline
                PIEBALDconsult
                wrote on last edited by
                #7

                Ennis Ray Lynch, Jr. wrote:

                set off data security alarms

                Absolutely, as I mentioned in my first post, but I don't think HIPAA is involved. I had a class on HIPAA last month. It's more a common sense issue -- don't write down passwords... anywhere. Especially where others can get them. And don't trust a third party to keep them safe.

                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