Page 1 of 1

ApplyUpdates

Posted: Tue 13 Jun 2006 09:15
by Janusz
What's wrong?
After update message:
'Not found field corresponding parameter OLD_ROWID'

Delphi2005;ODAC;Oracle10g


try
OraSession1.StartTransaction;
OraTable.Edit;
OraTable.Fields[0].Value := 0;
OraTable.Post;
OraTable.ApplyUpdates;
OraSession1.Commit;
except
OraTable.RestoreUpdates;
OraSession1.Rollback;
raise;
end;
OraTable.CommitUpdates;

Posted: Tue 13 Jun 2006 11:20
by Plash
We cannot reproduce the error. Please specify this situation more detailed. If it is possible send to ODAC support address complete sample that demonstrates the problem and include script to create server objects.