I have OracleDataSet(DOA 3.4.3) that retrive data with simple SQL
select
id,
name
from Unit
ID is primary key on Unit.
For some reason I don't use rowid and I want that Check, Lock, and Refresh use id instead of rowid. OracleDataSet have property UniqueFields that can serve my purpose. I set...