I want to use the "required" property of a database field (Oracle Not Null fieldproperty) in my Delphi application for adjusting controlproperties (backgroundcolor=yellow for required fields).
When I use an OracleDataset and don't use persistent fields I can read the Required property from the...