Previous Topic: EXEC SQL Statement (SQL Access)Next Topic: Set Processing


FOR Constructs (CA Datacom/DB Native Access)

The FOR statement is used for reading and updating the database. The FOR construct begins with a FOR statement and ends with an ENDFOR statement.

To process data from the database, you must first define a CA Ideal dataview for the data. The dataview defines the fields that are available to the application. For a description of CA Ideal dataviews, see the Creating Dataviews Guide.