Understanding Dynamic Operations [ ALLBASE/SQL FORTRAN Application Programming Guide ] MPE/iX 5.0 Documentation
ALLBASE/SQL FORTRAN Application Programming Guide
Understanding Dynamic Operations
Dynamic Non-Queries are the only type of dynamic operations available to
FORTRAN programmers. Non-queries do not retrieve rows from the database.
Note that dynamic non-queries either do or do not require the use of
sections at execution time. For example, a CONNECT does not require a
section, but a DELETE does.
The following paragraphs examine dynamic non-queries.
MPE/iX 5.0 Documentation