[Stackoverflow] [Progress OpenEdge ABL] Adding row from FOR EACH to TEMP-TABLE

Status
Not open for further replies.
S

sander

Guest
I'm trying to create a temp-table which is exactly like an already existing table in the database. How do I add each row to the temp table?

DEFINE TEMP-TABLE o_ttProducts.

FOR EACH Product:
/*Add current row to the o_ttProducts temp table*/
END.

Continue reading...
 
Status
Not open for further replies.
Top