Search results

  1. D

    NO ON WRITE OF TABLE trigger TRIGGERED

    i have a "on write of table dele ..." trigger, which work on closely every update i make - with ONE exception. I defined a buffer writing on this dele table called b_dele. With all other examples it works pretty fine. There are no transactions used. FOR EACH b_dele...
  2. D

    Interprocess Communication

    Progress-Pipes are supported as simple io files (no locking). So i have to handle all the synchrinisation stuff myself. That's why i think its the best way to let the tcp stream taking care of that. greats and thanks david
  3. D

    Interprocess Communication

    Thanks for info. thx davide
  4. D

    Interprocess Communication

    I want to communicate between a java and a 4gl application on the same workstation. Do there exist better ways than sockets to allow a communication between these two processes? ODBC is not ned. i have already thought of pipes but in the forum pipes aren't recommended at all.
Back
Top