Is it possible create customize SP in DA Schema Modeler

Hi,

I think, that you can use class helper feature and extend TDADataStreamer logic with your custom logic.
as a result, in this new method you can use HasNextResultSet and call OpenNext.

note: access to TCustomMSDataSet you can get via IDAServerDataset.Dataset