Replies: 2 comments
-
|
You need to iterate over the statement output in the usual way, AFAICS there is nothing special about this being a stored procedure or recordset. See "Statements" section of the docs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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 :)
Beta Was this translation helpful? Give feedback.
All reactions