Search results

  1. T

    Monitoring ODBC connections to Progress DB

    We are having some issues with crystal reports connecting to our database via ODBC and I think it would be helpful to monitor these connections to the database as they occur. Is there a tool to monitor client odbc connections to OpenEdge 10.1B Database? Thanx in advance! BTW: We are running...
  2. T

    Run?

    Is there a RUN (shell) command for Progress to run or call another program? If so, can I RUN variablename, where variablename is the shell command or .p program to run? EXAMPLE: RUN "c:\testprog.p" Code examples would be nice. Thanx in advance!
  3. T

    Parse a path from comma delimited field?

    I am new to progress development. I need to parse a UNC path from field data which was concantenated using commas(",") as delimiters. No matter what i do i cannot seem to get the variable "PosA" to return the position of the first comma. Here is what I thought would work: DEF VAR...
Back
Top