• supercriticalcheese
    link
    fedilink
    arrow-up
    10
    ·
    10 months ago

    I only ever encountered Access was once many years ago and I was warned that it had issues with multiple users.

    • ZC3rr0r@lemmy.ca
      link
      fedilink
      arrow-up
      17
      ·
      10 months ago

      Well, to be fair to Access, it’s not like Excel is such a great multi-user database either, now is it? ;-)

      • supercriticalcheese
        link
        fedilink
        arrow-up
        6
        ·
        10 months ago

        Well excel nowadays doesn’t have issues with concurrent users if you have office 365 like many companies do.

        At that time it was Access with the files located at a company shared drive, the issue was concurrent writes I believe.

        • filcuk@lemmy.zip
          link
          fedilink
          arrow-up
          3
          ·
          10 months ago

          Better yet, put your access backend to OneDrive to acquire an un-openable, un-deletable file.

          • ZC3rr0r@lemmy.ca
            link
            fedilink
            arrow-up
            4
            ·
            10 months ago

            I actually ran this setup for a pretty long while without major issues. YMMV but OneDrive is not a terrible way to store a single user database backend if you don’t have a lot of sequential writes going into it in a short timespan.

        • ZC3rr0r@lemmy.ca
          link
          fedilink
          arrow-up
          3
          ·
          10 months ago

          Yes, but at the time Excel didn’t support concurrency either ;-)

          Anyway, you are correct about the issue with concurrent writes, but that’s only because Access was intended as a single user DB. If you wanted a multi-user DB you should be getting MS SQL server.

          Not saying this product strategy worked (it clearly didn’t, otherwise people would not be using Excel), but that’s how they envisioned it to work.