I try to explain the problem better.
I'm using a TOracleSession with TOracleDataSet and TDataSource. In the TOracle DataSet the SQL is like "select rowid, tableName.* from tableName".
The table has a primarykey on a field (for Example: ID) and a trigger. If the field ID is null the trigger put...