Macro: SQL$NextFile

Module location: sql.pkg line 1845 (view source)

***************************************************************************** *** Command: SQLFileFetch *** *** Purpose: Get a row from a statement result set. *** *** *** *** Syntax : SQLFileFetch hstmt [To File1 [File2 ...]] *** *****************************************************************************

    #IFDEF !2
        If (!1) Send SQLBindFile To !1 !2
    #ELSE
        If (!1) Send SQLBindFile To !1 !2.File_number
    #ENDIF
    #IF (!0>2)
        SQL$NextFile !1 !3 !4 !5 !6 !7 !8 !9
    #ENDIF