Recent content by demo

  1. D

    REcord is locked by another user

    Strange... I disabled all constraints, triggers, foreign keys. ROWID looks to be fine... at least I can update this row from SQL*Plus using that ROWID. DOA__ROWID AAAF5IAADAAAAOzAAA Alex
  2. D

    REcord is locked by another user

    Right. I forgot about this tool. Here is log for this operations. Please note, that for UPDATE 0 records processed and no error. It seems something wrong with ROWID... I checked the variables - ROWID is the same in all statements. Query.Execute (1 record processed) select * from...
  3. D

    REcord is locked by another user

    I have the error 'record is locked by another user' when I am only the user logged in. At run time when I edit a record and post it I receive this error. That's not the case with all tables I have, but I can not understand why this happening. I have only one session in my program and no...
Back
Top