Results 1 to 3 of 3
  1. #1
    jotaeleele is offline Novice
    Windows 7 64bit Access 2003
    Join Date
    Nov 2015
    Posts
    4

    Error when deleting records

    Hi everybody!




    I'm desperate with the following issue. We have an access application to manage the attendees to events. Our users can modify the status of the attendees and even delete records as needed. This Access application has all its tables linked to an Oracle database. We've got one user, and only one, that whenever tries to delete a record, the following error appears: The Microsoft access database engine stopped the process because you and another user are attempting to change the same data at same time.


    The rest of the users have no problem deleting records. The error appears even if that user is the only one that is working with the application. These are the data of our environment:
    All user's computers: Windows 10, Access 2010 32 bits, Oracle instantclient 12.1 32 bits
    Server: Oracle 19


    Any help will be highly appreciated.


    Thanks and regards,

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    is it possible they have another screen open that has the record locked? (it thinks there are 2 people editing)

    also, oracle may not let you sit on the record , then press delete. (lock) ,so instead, run a delete query using the KEY as criteria.
    delete * from table where [id]=forms!fMyForm!txtID

  3. #3
    jotaeleele is offline Novice
    Windows 7 64bit Access 2003
    Join Date
    Nov 2015
    Posts
    4
    Thanks for your answer, ranman256. This is what we did to solve this issue: there was an Oracle environment variable that all users had defined in their Windows computers except the one having the deletion problem in Access. After adding NLS_LANG with the value SPANISH_SPAIN.WE8MSWIN1252 everything worked fine. As you know, this variable is essential for Access users working in a Spanish environment with linked tables to an Oracle database. Without it, the special characters read by Access in forms do not show correctly, for example those with an accent.
    Thanks again and regards,

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 5
    Last Post: 03-11-2019, 02:35 PM
  2. Replies: 1
    Last Post: 07-27-2018, 10:34 PM
  3. Replies: 5
    Last Post: 04-02-2017, 04:55 PM
  4. I need help with deleting related records
    By jjz0512 in forum Forms
    Replies: 18
    Last Post: 01-04-2016, 12:35 PM
  5. deleting records
    By radicalrik in forum Queries
    Replies: 2
    Last Post: 07-14-2010, 03:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums