Multiuser database issues - VB & Access - basic.visual

This is a discussion on Multiuser database issues - VB & Access - basic.visual ; Hello. I need to allow multiple users to get into the same Access database at the same time accross a network. The system will be importing and exporting data in the background as 4 or 5 users work with it. ...

+ Reply to Thread
Results 1 to 2 of 2

Multiuser database issues - VB & Access

  1. Default Multiuser database issues - VB & Access

    Hello.
    I need to allow multiple users to get into the same Access database at the
    same time accross a network.
    The system will be importing and exporting data in the background as 4 or 5
    users work with it.

    What issues do I need to consider?
    How and when do I use Table locking in ADO?

    Any help on the matter much appreciated.

    Ray.




  2. Default Re: Multiuser database issues - VB & Access

    "Ray" <news@quitealright.com> wrote in message <news:SyN_b.4526$rb.61884@news.indigo.ie>...

    > I need to allow multiple users to get into the same Access database at the
    > same time accross a network.
    > The system will be importing and exporting data in the background as 4 or 5
    > users work with it.
    >
    > What issues do I need to consider?


    "Developing Multi-User Microsoft Access Database Applications" from
    the July 2000 section should still be applicable, about 2/3 of the
    way down:

    URL:http://members.tripod.com/appdevissues/downloads.htm

    > How and when do I use Table locking in ADO?


    In multiuser situations, you probably don't want to lock whole tables.
    "Optimistic" locking is your best bet to avoid most locking problems.

    --
    Joe Foster <mailto:jlfoster%40znet.com> "Regged" again? <http://www.xenu.net/>
    WARNING: I cannot be held responsible for the above They're coming to
    because my cats have apparently learned to type. take me away, ha ha!



+ Reply to Thread

Similar Threads

  1. Multiuser Embedded Database Recommendations?
    By Application Development in forum ADO DAO RDO RDS
    Replies: 6
    Last Post: 12-16-2007, 03:21 PM
  2. MultiUser Issues with Access2002 - Errors 3343, Invalid SQL,214721
    By Application Development in forum ADO DAO RDO RDS
    Replies: 7
    Last Post: 09-13-2007, 07:02 PM
  3. Replies: 0
    Last Post: 09-22-2006, 04:40 PM
  4. Multiuser database issues - VB & Access
    By Application Development in forum basic.visual
    Replies: 1
    Last Post: 02-24-2004, 10:41 PM
  5. Multiuser database issues - VB & Access
    By Application Development in forum basic.visual
    Replies: 0
    Last Post: 02-24-2004, 02:21 PM