Recent content by maudo

  1. M

    Trigger doesn't work when inserting

    Thanks Rinosh now it works.
  2. M

    Trigger doesn't work when inserting

    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...
  3. M

    Trigger doesn't work when inserting

    I'm using TOracleDataSet with TDBGrid. When I try to insert a new record the trigger related to the table I'm trying inserting to doesn't works. What can I do?
Back
Top