0 Replies Latest reply on Jan 24, 2003 5:00 AM by tschmidt

    no trigger error from entity bean

    tschmidt

      Hi,

      I try to insert a new row into my database using an entity bean. Everything seens to be OK (no exception,...) but the data has not been inserted. (They are only in the container not in the database.)

      When I try to insert the row using the database-console I get a trigger error.

      Why is there no exeption telling me about this trigger error?
      The debugging-information are just saying: "Rows affected = 0".
      How can I get this information? or
      How can I check if the data has been inserted correctly?

      Thanks