Results 1 to 12 of 12

Thread: Ideas on project- frontend?

Hybrid View

  1. #1
    Don't Panic! Ecniv's Avatar
    Join Date
    Nov 2000
    Location
    Amsterdam...
    Posts
    5,343

    Re: Ideas on project- frontend?

    I think it depends how you set the database up as to whether it can handle more than ten users.

    I will test (hopefully) at some point in the future and post up if it fails miserably.

    BOFH Now, BOFH Past, Information on duplicates

    Feeling like a fly on the inside of a closed window (Thunk!)
    If I post a lot, it is because I am bored at work! ;D Or stuck...
    * Anything I post can be only my opinion. Advice etc is up to you to persue...

  2. #2
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

    Re: Ideas on project- frontend?

    Quote Originally Posted by Ecniv
    I think it depends how you set the database up as to whether it can handle more than ten users.
    Regardless of what "you think", MSAccess was not designed to handle more than 10 simultaneous users. I have found many article to articulate this in the past, but I don't have them now.

    It's just a simple fact. There is no "server side" marshalling process with which to manage all the database activity between all the clients. This is what RDBMS's are there for - to balance and manage all the ins and outs to the database.

    I will test (hopefully) at some point in the future and post up if it fails miserably.
    This is not something you can "test". I failure may not show up for months, but it is nearly a guarantee, and you may lose all your data between that and the last backup.

    You, like so many others, will "test the waters" and find no problems and assume its an appropriate setup.

    You will do as you please, but consider yourself fairly warned...
    Nobody knows what software they want until after you've delivered what they originally asked for.

    Don't solve problems which don't exist.

    "If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)

    2 idiots don't make a genius.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width