Results 1 to 6 of 6

Thread: MS Access for a multi user environment

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2003
    Location
    C:\Windows\Microsoft.NET\Framework
    Posts
    574

    MS Access for a multi user environment

    How is MS Access for a multi user environment? I guess its not up to the mark, but the client is bent upon having MS Access at his head office. I wish to know what are the issues in having MS Access as a database for multi user environments. Also, how do I make MS Access for a multiuser environment? And finally, if I am to use only MS Access and no other database in one application, which one'd be a better choice - DAO or ADO? Why?

  2. #2
    Lively Member
    Join Date
    Jun 2002
    Posts
    65
    I would go with ADO. There is not much point in sticking with the older data access technology - DAO.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2003
    Location
    C:\Windows\Microsoft.NET\Framework
    Posts
    574
    Thanks for taking the time to read and answer my query.

  4. #4
    Lively Member
    Join Date
    Oct 2002
    Posts
    112
    How is access in a multiuser environment?

    It would depend on how many users you intend having I have approx 20 - 25 users using ours on one site and it performs adequately.

    I made our database have a front end and a back end. The front end with all the forms reports etc sit on all the user workstations then you make the ado connections connect to the server where the back end sits with all the tables.

    JFK

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

    Also ADO/DAO ... well its up to you.

    If you know one of them, use that, they are pretty much the same with access and you can flip between them easily enough.

    If you know nothing then learn ado as this will be more flexible if you want to move to VB later on. DAO I think people have mentioned is faster with Access but its not noticable.

    Vince

    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...

  6. #6
    Hyperactive Member goatsucker's Avatar
    Join Date
    Dec 2002
    Location
    Leeds, England
    Posts
    283
    It may be worth considering using an MSDE backend rather than a pure Access (Jet database) solution if there is any chance that you will go much over 20 users. MSDE is supposed to be optimised for around 10 users (like Jet, although I suspect it will perform better than Jet above this), but it gives you the option of seamlessly upgradeding to SQL Server. Belive me, it is a real pain having to maintain Access systems that have grown beyond 25 users.
    After all "Rust Never Sleeps"

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