SOCI/soci

Getting multiple recordsets from a stored procedure

Kokainym opened this issue · 0 comments

Is it possible to access other recordsets or create vector of rowset from the result of executing a stored procedure?

rowset<row> rs = sql->prepare << "EXEC GetPatterns";
GetPatterns procedure return two recordsets with data. By this code I can access only to first recordset, but it returns a second or more.

Thx :)