write conflict

M

Matthias Tolkmitt

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....
 
S

S.Clark

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.
 
Top