FYI - we have the same issue too with DF24.0 using DB2
The reason why we can't use the new cSQLExecutor is because we NEED the SQLBindFile functionality of binding the result-set to the file buffer one-record at a time.
Code:Send SQLFetchActivatesBuffer of hstmt iMainFile True ... Get SQLFetch of hstmt to iFetchResult If (iFetchResult) Send SQLBindFile of hstmt iMainFile ...