jimburnett
New Member
Hello, Jim from virginia here.
Long time programmer, noob to progress. My background is mainly in .NET/Linux/MYSQL/Web apps, but I am forced to use this wonderfull language( progress ).
Quick question for you all.
Can I run an SQL statement in a progress ( .p ) program and loop through the records? I searched for some docs and can't seem to find any examples.
Basically I want to:
select table.field, table.field2 from table;
for each row:
disaply table.field table.fiel2.
end
something to that effect...
FYI, not ODBC! I am talking about doing this in the old school unix editor...I think progress version 9 is on the box I am using..
Thanks ya'll!
Long time programmer, noob to progress. My background is mainly in .NET/Linux/MYSQL/Web apps, but I am forced to use this wonderfull language( progress ).
Quick question for you all.
Can I run an SQL statement in a progress ( .p ) program and loop through the records? I searched for some docs and can't seem to find any examples.
Basically I want to:
select table.field, table.field2 from table;
for each row:
disaply table.field table.fiel2.
end
something to that effect...
FYI, not ODBC! I am talking about doing this in the old school unix editor...I think progress version 9 is on the box I am using..
Thanks ya'll!