Recent content by rbarth

  1. R

    key violation when posting record

    i use oracle, doa, midas and delphi5. for inserts i set the key fields in before insert triggers in oracle. when i insert records in my client cds i get a key violation during the 2. post because the 2. key is null, like the first one. if i use ado instead of doa i don't have this problem so...
  2. R

    query retrieves not all records

    i'm not sure if this is the right forum for my problem, but it seems to depend on doa. when i exec a special select statement i only get 1 record instead of 7. i use delphi5, midas, doa, oracle8. select d1.AK , d1.PR , d1.TP , d2.PO , d2.PM , d2.VB from lsv.d5160_01 d1...
Back
Top