If I set OracleDataSet.CachedUpdates := true, I receive error "Cached updates requires a rowid!"
To avoid this error I added to the oracle table the field "id" with type "rowid".
The error disappeared, but I received the error: "ORA-03120: two-task conversion routine: integer overflow"
What am I doing wrong?
------------------
McZK
To avoid this error I added to the oracle table the field "id" with type "rowid".
The error disappeared, but I received the error: "ORA-03120: two-task conversion routine: integer overflow"
What am I doing wrong?
------------------
McZK