Try OpenEdge Now
skip to main content
ABL Essentials
Preface : Organization
 

Organization

Introducing ABL
Provides an introduction to ABL including an overview of its characteristics.
UsingBasic ABL Constructs
Describes the basics of writing ABL procedures.
RunningABL Procedures
Describes how you can work with and run different types of ABL procedures.
ProcedureBlocks and Data Access
Describes how to integrate data-access logic into procedures using procedure blocks and record scope.
RecordBuffers and Record Scope
Expands the discussion on integrating data-access logic into procedures with record buffers and record scope.
Using Queries
Describes how to implement field-level help and a complete online help system.
Definingand Using Temp-tables
Describes how to define and use temp-tables to pass result sets between application modules which is essential when creating distributed applications.
Defining Functions
Describes how to create user-defined functions.
HandlingData and Locking Records
Describes data handling and record locks from the perspective of a distributed application.
ManagingTransactions
Describes how to manage database transactions.