These components have the ability to extract multiple result sets (for example, from a stored procedure) at a time, and with D5 I can successfully use NextRecordSet to get the second and subsequent from the Sql server.
However, this only works if I specify the location of the cursor as clClient; if I use clServer, I get the error "Do not return multiple result sets." Is this an inherent restriction (for example, an imposed MDac level on the client) or can multiple recordsets be successfully retrieved with a server-side cursor?
source share