Macro: SQLBindFetchFile

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

***************************************************************************** *** Command: SQLBindFetchFile *** *** Purpose: Binds a file number to a statement so it can be used for *** *** fetching data. Only needed in non fileconnect. Note that *** *** can be assigned to the connection or the statement handle *** *** *** *** Syntax : SQLBindFileForFetch hstmt|hdbc FileName|FileNumber *** *****************************************************************************

    #IFDEF !2
        If (!1) Set piBindFile Of !1 To !2
    #ELSE
        If (!1) Set piBindFile Of !1 To !2.File_Number
    #ENDIF