Search results

  1. C

    Matching file name with literal string

    Hello all. I'm trying to compare a file name with a literal string, but i obtain error 223 (Incompatible data types in expression or assignment). This is my code: DEFINE VARIABLE cRuta AS CHARACTER LABEL "Introduce ruta completa donde se encuentran los ficheros ERP" FORMAT "X(100)"...
  2. C

    Qualifying tables

    Hello all. I am wondering if it is possible to qualify tables in a OpenEdge query using FOR EACH. For example, I have this code in SQL: SELECT COUNT(*) FROM table a, table b WHERE a.field1 = 1 AND b.field1 = 2 AND a.field2 = b.field2. Is it possible to write it in OpenEdge...
  3. C

    Usage of BREAK BY

    Usage of BREAK BY and OUTER-JOIN Hello all. I am very newbie with Progress and OpenEdge, still learning via documentation. I come from Oracle. Firstly, many thanks to the community of ProgressTalk, this forum has saved my life meny times. I have a problem using BREAK BY and OUTER-JOIN in...
Top