Recent content by anucha

  1. A

    Sequence Field Problem with Midas

    Please answer my question
  2. A

    Sequence Field Problem with Midas

    I use dummy value for PO_NO and set inUpdate property of this field to False because PO_NO will generate by before insert trigger on db server, After i insert on PO_Header i will use PO_NO from PO_Header to insert in PO_LinesItem But i can't get PO_NO value after i post PO_Header. My Code is...
  3. A

    Sequence Field Problem with Midas

    I'm write 3 tier application by use Midas with delphi 5 I have 2 tables PO_Header and PO_Details PO_Header has primary key is PO_NO fields it's sequence Filed that update by before insert trigger on database server When I insert data to PO_Header and get PO_NO for insert to PO_Details...
  4. A

    Problem Clientdataset with DOA when click next Show ORA-01036

    I use DOA with Midas when client application click Next Button in Navigator this message will rais ORA-01036 How to i solve this problem?
Back
Top