Access 2000 Jet database problem
Results 1 to 3 of 3

Thread: Access 2000 Jet database problem

  1. #1
    Registered User
    Join Date
    Mar 2001
    Location
    UK
    Posts
    153

    Access 2000 Jet database problem

    I have the following error when trying to access a database:

    The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time.

    The Microsoft Knowledge Base Article - 318882 explains how to fix it but says you have to start the SQL Server Manager?

    Can anyone tell me what this is and how I access it?

    Thanks in advance for your help.

  2. #2
    Registered User
    Join Date
    Jan 2001
    Location
    Scotland
    Posts
    468
    This problem occurs when SQL sees a field with a null (that is, nothing in it) value. SQL won't unlock the record, and thinks someone else is using it.

    Do you have a SQL server? If so, it will probably reside on a server (NT X) machine on your network. It will handle the SQL requests.

    To access the SQL server manager you'll probably have to be a sys admin, and log onto the machine (server?) hosting the SQL server. The KB article should have the instructions on the fix.

    Basically, you should set the default values for fields in the tables to be 0 or 1 (I think), as long as they have something in them.

    Can you identify at which location is your SQL server, anmd maybe we can help more.

    Good luck

  3. #3
    Registered User
    Join Date
    Mar 2001
    Location
    UK
    Posts
    153
    Lowloand,

    Thanks for your help. The database came from a student at a local university. SQL server is not on this machine but at the university. I have based the database back to them to see if they can fix it.

    Thanks once again.

    Stuart

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
  •