OpenEdge Advanced Business Language: Difference between revisions

Content deleted Content added
No edit summary
Line 110:
(Some assumptions have been made about indexing, locking and transaction scoping in order to keep this example simple.)
 
It should be noted that theThe language is record based other than set of records based. In SQL operations work on a set of records, in the ABL, the operation is applied to a record at a time - much like using a cursor in SQL.
 
==Application Areas==