You can return result sets by:
Using the C API as described in “Sending result sets from a C or C++ component”. The component method that returns a result set or result sets must return a null pointer in place of the TabularResults::ResultSet or TabularResults::ResultSets pointer. For example:
return NULL;
See “Sending result sets from a C or C++ component” for more information.
Returning a pointer to an initialized TabularResults::ResultSet or TabularResults::ResultSets object.
Copyright © 2005. Sybase Inc. All rights reserved. |