Recent content by naotar

  1. N

    DBGrid (DataSet) and triggers

    First I will discribe idea of my updates, inserts: I have several not null fields in tables, that are set in the trigger, also I have triggers to keep history of changes in records (also done by trigger). When I use TOracleDataSet connected to DBGrid for adding some records I'm, reciving error...
  2. N

    DBGrid (DataSet) and triggers

    Hi, I have tables with before update, insert triggers and when i connect OracleDataSet component to DBGrid for inserting, editing data I'm receiving error, its looks that OracleDataSet don't execute events triggers. Any idea? Thanks, Naotar
Back
Top