Search results

  1. K

    ProDataSet performance measure

    Hello, I am trying to find a quick way to measure performance. The data transfer is between .NET front-end client and server with Progress 10B; using ProDataSets. I would appreciate all the help on this. Thanks,
  2. K

    need help using ON STOP phrase

    Hello, I am using STOP condition to back out an active transaction if the API handle is not available. STOP statement takes the user out of an active session to the startup procedure. I tried to use ON STOP to avoid getting the users to the startup procedure and still back out the active...
  3. K

    How to import stream

    Hi, I am new to Progress. I am trying to import a parm my C program puts in the stdout as: fputs(parm, stdout); fflush(stdout); using the following line: import stream api-stream unformatted parm-string. I am not having luck importing some error messages. Is there something wrong with...
Back
Top