Sending result sets from a C or C++ component

C component methods return row results using the routines listed in Chapter 5, “C Routines Reference,” in the EAServer API Reference.

This section describes the two different algorithms for returning results sets from C components:

NoteYou cannot call C routines to send a result set unless the IDL definition of the component method returns TabularResults::ResultSet or TabularResults::ResultSets.

To return result sets from C++ components: