Results 1 to 5 of 5

Thread: Multiple Users Inserting Data

  1. #1
    Join Date
    Feb 2005
    Posts
    81
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default Multiple Users Inserting Data

    I have an access database and possibly multiple users inserting information using a web page

    In the past I have experienced problems with the database when 2 people are inserting information at the same time

    Is there any way to add into the script

    if an insert is happening just wait a moment then insert

    Thanks

  2. #2
    Join Date
    Feb 2004
    Posts
    4,903
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    Generally the data provider does this automatically (depnding upon the connection options) - what "problems" are you having?
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

  3. #3
    Join Date
    Feb 2005
    Posts
    81
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    The database would lock and the asp page would hang and I would have to go in a delete the db and then reupload it

    Seemed to happy if more than one person was inputting data

  4. #4
    Join Date
    Jun 2005
    Posts
    1,081
    Thanks
    4
    Thanked 15 Times in 15 Posts

    Default

    This is one of the main reasons not to use MS Access, especillay as it locks the whole database and not just the tables currently being used.

    To be honest, I have also experienced this with MS SQL under very high loads and spent considerable time re-working the application.

  5. #5
    Join Date
    Oct 2005
    Posts
    256
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    BEGIN and COMMIT TRAN (and a big ass server) are your friends there .

    We're getting about 500+ queries/sec throughput (!) without any trouble.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. PHP Data Object
    By nick in forum Community Feedback and Suggestions
    Replies: 5
    Last Post: 29th November 2006, 04:00 PM
  2. Multiple Users in Outlook 2003
    By jaimalchohan in forum General Technical Support
    Replies: 5
    Last Post: 14th December 2005, 10:49 AM
  3. Multiple dates
    By s80wkr in forum ASP (VBScript)
    Replies: 8
    Last Post: 18th October 2005, 11:20 AM

Bookmarks

Posting Permissions

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