I want to automatically enforce server-constraints on the client using TOracleDataSet on the field level.
(For example when user try to leave TDBEdit control without entering any value server constraint (NOT NULL) for that field will not let him do it.)
But this simply do not work. I correctly...