write conflict

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have got an Access03 frontend with an Oracle9-DB as backend. Somehow I
cannot edit some (and no special!) records in my table Alle_Personen. Access
tells my sth about a write conflict and that another user had changed some
details while I was editing the record. But there is no other user. So can
you help me, what to do? I read a solution in the internet to add a
timestamp-field to my table. Unfortunately, this does not seem to work with
Oracle....
 
The timestamp fix is for SQL Server. Another thing to try is to make sure
the Oracle table has a primary key or unique index.
 
Back
Top