no, stored proc is returning only one result set.
Structure/logic of the proc is something like this .
-create a temp (#) table
-open/fetch cursors (to get values from other tables used in logic)
-insert values to temp table
-do some more cursor open/fetch commands
-call another proc to fetch...
Hi,
I have a program which is calling a stored proc in Sybase using RDO (rdoQuery & rdoResultset). The sybase Stored proc accepts one param as input and returns a result set. My problem is the results returned are wrong some times. When I run same stored proc from ISQL the results are...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.