Hi,
I'm currently using the following to return data from a stored proc and populate a mem table.
RtcDataSetFieldsToDelphi(RtcValue1.asDataSet, gridT);
gridT.CreateTable;
All great, however some stored procs return multiple datasets
and only the first is returned
Is there currently any way to retrieve multiple dataset results ?
thanks
Ron