RDOHELP72.HLB  —  START_STREAM, Undeclared
    Declares and opens a record stream. The undeclared START_STREAM
    statement:

    o  Forms a record stream from one or more relations. The record
       selection expression determines the records in the record
       stream.

    o  Places a pointer for that stream just before the first record
       in this stream.

    You must then use the FETCH statement to advance the pointer one
    record at a time through the stream. You can use other Oracle Rdb
    statements (GET, MODIFY, and ERASE) to manipulate each record.
Additional Information: explode extract
Format More Example
Close Help